For more than a decade, ActiveState has hosted a vast repository of code recipes and discussions over at https://code.activestate.com/ - but in recent years it began to seem out-of-sync with the way developers shared code. New users and recipe updates had... (more…)
Read more »
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly. - ml-tooling/best-of-python... (more…)
Read more »
Dependency Injector with minimal boilerplate code, built-in support for FastAPI and Celery, and seamless integration to basically anything. - woltapp/magic-di... (more…)
Read more »
by Sumana Harihareswara, edited by Kim Wadsworth and Leonard Richardson, Creative Commons Attribution-ShareAlike... (more…)
Read more »
A common situation in asyncio Python programs is asynchronous
initialization. Some resource must be initialized exactly once before it
can be used, but the initialization itself is asynchronous — such as an
asyncpg database. Let’s talk about a couple of s... (more…)
Read more »