July 2025
Beginner to intermediate
304 pages
8h 38m
English
In chapter 2, we create a Python web application. This application will be transformed throughout the book to be deployed to Kubernetes.
Before we can start building our application, we need to install Python on our machine. This appendix will help us do that on macOS and Windows. In chapter 2, we cover how to install Python on Linux. For my most up-to-date guide on installing Python, please consider visiting my blog at https://cfe.sh/blog/. If you are interested in the official documentation for installing Python, please visit https://docs.python.org/.
With macOS, you might be tempted to use third-party installation tools like Homebrew or MacPorts. ...
Read now
Unlock full access