Explore >> Select a destination


You are here

javier.io
| | yasoob.me
8.6 parsecs away

Travel
| | 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
4.8 parsecs away

Travel
| | 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
11.7 parsecs away

Travel
| | Python dependency management for reproducibility, using built-in libraries.
| | levpaul.com
62.7 parsecs away

Travel
| So I've decided to actually start learning Rust. I've considered it a couple of times before but I always found some reasons to avoid going deep. For example: There's was no mainline support for RISC-V I've done some small hobby work with RISC-V in C, but this small hump seemed good enough to stop me from diving into Rust - oh for shame. Fast forward to today I think I can live with the RISC-V split in Rust/embedded (or whatever it is now, I don't actually know).