December 2018
Intermediate to advanced
240 pages
5h 41m
English

In this first chapter, we’ll look at a few aspects of starting a project and what you should think about before you begin, such as which Python version to use, how to structure your modules, how to effectively number software versions, and how to ensure best coding practices with automatic error checking.
Before beginning a project, you’ll need to decide what version(s) of Python it will support. This is not as simple a decision as it may seem.
It’s no secret that Python supports several versions at the same time. Each minor version of the interpreter gets bug-fix support for 18 months and security support ...
Read now
Unlock full access