-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
All of the code presented in this chapter was written in a Python 3.11 environment. While most macOS and Linux machines ship with some version of Python, they may not have this version installed. Installation packages and instructions for Python 3.11 can be found at https://www.python.org/downloads/, under the Looking for a specific release? heading for Windows and macOS systems. Linux systems typically have access to it through their normal package management system (yum or apt/apt-get), though some Linux distributions may require special efforts to install versions other than the default installed with the operating system (OS). Since much of this chapter explores options for managing package dependencies and Python virtual environments, installation instructions for those tools are provided or referenced in the body of the chapter; the code examples for each variant require those installations to run.
The code can be found at the following GitHub link...