|
You are here |
www.mattlayman.com | ||
| | | | |
www.blog.pythonlibrary.org
|
|
| | | | | 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
|
|
| | | | | Developer and Author from Austin, TX. | |
| | | | |
pythonspeed.com
|
|
| | | | | Python has two packaging systems, pip and Conda. Learn the differences between them so you can pick the right one for you. | |
| | | | |
rpep.dev
|
|
| | | 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. | ||