The packaging workflow of Python has historically been a bit messy, starting with pip being just good enough, and virtualenvs being a great idea but a bit unwieldy. Installation was difficult, and tools like anaconda filled the gaps. Lately, there’s been renaissance of package tooling in Python thanks to other languages innovating in the area, inspiring and pollinating the ecosystem, improving the comfort of development. I want to present here the tools that I use to work with Python, usual...| jiby.tech
How to quickly and repeatably populate your Django app with fake data| Matt Segal Dev
We walk through the different types of partitions available in Postgres and how to use the django-postgres-extra package to make partitioning happen in Django.| pganalyze