For many people getting into programming, one of their first problems is not understanding the language syntax, rather the problem starts with “what can I build?”. Programming is seldom learned by just reading. Many people will read couple of definitive guides and look at the syntax, while rarely diving into the actual practical aspects. This is a mistake.
For this reason, this book provides you with a sample Python project. The project is not very complicated for those getting started with Python, but at the same time it’s easy to continue working further on the project, ...