May 2021
Intermediate to advanced
142 pages
3h 37m
English
You’ve explored a lot of Python in this first chapter. You used docker as a convenient way to experiment with different python environments, pdb to interactively debug code execution without print, and the combination of flake8 + mypy + black to automatically format your code and proactively squash bugs.
Now that we have the ability to run Python and audit our Python with static analysis tools, we can look into key selections from Python’s standard library in the next chapter.