You are here |
javier.io | ||
| | | |
yasoob.me
|
|
| | | | Oh hi there! Welcome to another useful post. This post is going to be about how to package your python scripts and packages for distribution on PyPI or some other place. Here I wont go too deep into explaining everything as most of us just need to know the basics of packaging. However i will provide you with different links for further study. Okay lets talk about setuptools first. What is it? | |
| | | |
blog.fredrb.com
|
|
| | | | Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size. | |
| | | |
www.joeltok.com
|
|
| | | | Python dependency management for reproducibility, using built-in libraries. | |
| | | |
www.blog.pythonlibrary.org
|
|
| | You can use many great tools to help you in your software development journey. One such tool is pre-commit, aframework for managing and maintaining |