Try Out Different Versions of Python with Docker

The maintainers of Python regularly release improved versions of the language. New versions of Python frequently contain new modules and performance improvements. One of the easiest ways to try out these new Python versions is with Docker.

You may already be familiar with Docker, or have just tried it out by using this book’s companion image introduced in Setting Up Your Environment and Using This Book’s Companion Docker Image.

In case you aren’t familiar: Docker is a virtualization technology that lets you bundle code and packages together in an image and run them in something called a container. Docker images are static bundles of code and packages, and Docker containers are the running version ...

Get Intuitive Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.