At some point, your software is finished and you want to push it to production. This chapter shows you how to ship your software!
Weβll first dive into creating sharable, executable binaries with PyInstaller. After that, weβll take a look at Python-based Docker containers. Itβs a great way to ship your software to many different cloud providers. Once you know how to create a Docker image, Iβll show you how to use CI/CD to deploy your Python software automatically. Finally, Iβll show you how to guerrilla scale your Python application to millions of users, without spending millions of dollars.


