Summary
In this chapter, we started exploring the world of programming and that of Python. We have barely scratched the surface, only touching upon concepts that will be discussed later on in the book in greater detail.
We talked about Python’s main features, who is using it and for what, and the different ways in which we can write a Python program.
In the last part of the chapter, we flew over the fundamental notions of namespaces, and scopes. We also saw how Python code can be organized using modules and packages.
At a practical level, we learned how to install Python on our system and how to make sure we have the tools we need, such as pip
; we also created and activated our first virtual environment. This will allow us to work in a self-contained environment without the risk of compromising the Python system installation.
Now you are ready to start this journey with us. All you need is enthusiasm, an activated virtual environment, this book, your fingers, and probably some coffee.
Try to follow the examples; we will keep them simple and short. If you put them to use, you will retain them much better than if you just read them.
In the next chapter, we will explore Python’s rich set of built-in data types. There is much to cover, and much to learn!
Join our community on Discord
Join our community’s Discord space for discussions with the authors and other readers: