Deployment

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.

Get certified with our courses

Learn Python properly through small, easy-to-digest lessons, progress tracking, quizzes to test your knowledge, and practice sessions. Each course will earn you a downloadable course certificate.

Related articles

Leave a Comment