7380 commits and 1940 pull requests later, pip and get-pip.py are working with RustPython 🎉 🎉. pip can install itself and setuptools! (more…)
Read more »
If you want your program to use less memory, you will need to measure memory usage. You’ll want to measure the current usage, and then you’ll need to ensure it’s using less memory once you make some improvements. It turns out, however, that measuring memo... (more…)
Read more »
IntroductionIn this post, I want to look at the biggest strengths and weaknesses of Python, with more emphasis on the weaknesses, just because these problems have been there for years now and some of the rough edges bleed a lot. The Good – Where Python Sh... (more…)
Read more »
In this post, I will give you the recipe we at Globality use to keep dependencies fresh across 45+ microservices. (more…)
Read more »
🐍 A quick and easy way to distribute your Python projects! - cole-wilson/sailboat... (more…)
Read more »