/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.mattlayman.com
| | www.blog.pythonlibrary.org
5.9 parsecs away

Travel
| | The TOML (Tom's Obvious Minimal Language) format came out in 2013, so it's been around for more than a decade. Python added support for TOML in Python
| | joecmarshall.com
3.1 parsecs away

Travel
| | Developer and Author from Austin, TX.
| | pythonspeed.com
3.8 parsecs away

Travel
| | Python has two packaging systems, pip and Conda. Learn the differences between them so you can pick the right one for you.
| | rpep.dev
24.0 parsecs away

Travel
| Alpine Linux is a distribution that is designed to be lightweight. In particular, its seen a lot of use in Docker images because the resulting image bundles are considerably smaller than those generated by other minimal distros. However, in the context of building a Docker image for a Python application, its worth thinking carefully before using Alpine, as it can often result in slower builds and counterintuitively it can even result in larger images occasionally.