In this chapter, you learned about writing readable code, version control to keep track of our code, and about the venv tool and the isolated virtual environments it creates. You learned how to format our docstrings to take advantage of automated tools, such as IDEs and the Sphinx documentation compiler. You also learned about writing examples into our documentation and how to use the doctest tool to check whether the examples and code are synchronized
In the next chapter, you'll get to learn how to turn a package into a program that can be run from the command line.