To work with the code of this book, you will need the latest stable version of Python, which can be downloaded from https://www.python.org/downloads/. At the time of writing, the latest version is 3.8.X. You will also need a MySQL or PostgreSQL database. You can download the MySQL database server from https://dev.mysql.com/downloads/. The PostgreSQL database server can be downloaded from https://www.postgresql.org/download/. Other requirements will be requested in specific recipes.
You can find all the code for this chapter at the ch01 directory of the GitHub repository at https://github.com/PacktPublishing/Django-3-Web-Development-Cookbook-Fourth-Edition.