Summary
Congratulations on taking your first steps into the world of Python programming! Let’s purr over what we’ve learned in this chapter.
We discussed the importance of setting up your computer to ensure a smooth coding experience. Whether you’re on Windows, macOS, Linux, or even using less conventional devices, there’s a way to make it work. Remember, it’s not about having the fanciest gear but making the most of what you have.
Before we got to installing, we talked about the terminal, turning it from a mysterious hacker’s tool into a friendly way to communicate with your computer. You learned how to open it on your system and run basic commands. It’s like having a secret handshake with your machine!
Next, we checked whether we had Python installed already. You now know how to check whether Python is already lounging on your system and how to invite it over if it’s not. We want to use Python 3.10 or newer for...