For many people getting into programming, one of their first issues is figuring out what they can build. Programming is seldom learned by just reading. Many people think they can read couple of guides and look at the syntax and then easily learn how to program. But programming takes hands-on practice.
For this reason, this book includes a sample Python project. The project is not very complicated at the start, but it’s easy to continue working further on the project, extending and customizing it as you gain ...