Amulyaawscloudbasics.hashnode.dev·Dec 3, 2024Python for DevOps: Keywords, Variables, and Best PracticesIntroduction In the third day of the Python for DevOps series, Abhishek Veeramalla delves into two fundamental concepts that are crucial for any Python programmer: keywords and variables. This article breaks down the key learnings from the session. K...pythonPython
Matthew Hardmatthewhard.com·May 30, 2023Python for Beginners: Part 2 - Understanding VariablesWelcome back! Today, we're going to take our first step in programming by exploring variables. Our goal is to familiarize ourselves with them and learn how to use them in our code. Then, we'll build a program to see how variables work in practice. ht...5 likes·47 readsPythonPython