If you're not careful, your Python environment can quickly become a disaster. We'll walk through the available tools to be more (code) environmentally friendly and establish some (highly opinionated) preferences for setting up Python. (more…)
Read more »
bounter - Efficient Counter that uses a limited (bounded) amount of memory regardless of data size. (more…)
Read more »
Laura Sach and Martin O'Hanlon have written a brand-new book to help you to get more out of your Python projects. (more…)
Read more »
Luigi is a Python package that manages long-running batch processing, which is the automated running of data processing jobs on batches of items. Luigi allows you to define a data processing job as a set of dependent tasks. In this tutorial you will b... (more…)
Read more »