-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
The bulk of the code presented in the text of this chapter is for illustrative purposes only. The code in the repository is expected to be executable, was written for Python 3.11, and assumes that it is available on the reader’s machine. Download and installation instructions are available online at https://www.python.org/downloads/ for Windows, Linux/Unix, macOS, and other systems. The package requirements for the chapter’s code are captured in the Pipfile or requirements.txt files, and can be installed as described earlier in this book.
The various AWS command-line tools mentioned are not used, but information for them can be found online:
aws command-line tool (https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)sam command-line tool (https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html)This chapter focuses heavily on being able...