Tag: variable

  • Variables and data types in Python

    Ah, Python variables and data types—a splendid place to embark on your coding journey! 🐍 You see, Python is like a linguistic marvel in the world of programming. For that reason, just as in a conversation, where words convey meaning, in Python, variables hold the keys to data. So, let’s delve into this captivating realm…

  • Namespace and scope in Python

    Namespace and scope in Python are very much interrelated. In this section, we will take a look at this very important concept. Before giving an example we can take a look at the file systems in a computer. Suppose in C drive, we try to save a file under the same name. Will it allow…