-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
The code for this chapter was written for Python 3.11 and assumes that it is available on your machine. Download and installation instructions are available online at https://www.python.org/downloads/ for Windows, Linux/Unix, macOS, and other systems. The functional examples presented here have different package dependency requirements, which are captured in the Pipfile or requirements.txt files for each example. Running them will also require a complete local development database installation, as discussed in Chapter 13.
Code for this chapter is provided in the chapter repository at https://github.com/PacktPublishing/Hands-On-Software-Engineering-with-Python-Second-Edition/tree/main/CH16-code/.