:eight_spoked_asterisk: Unexport is a linter that tries to keep the __all __ in your Python modules always up to date. - GitHub - hakancelikdev/unexport: Unexport is a linter that tries to keep the... (more…)
Read more »
Darl is a lightweight code execution framework that transparently provides incremental computations, caching, scenario/shock analysis, parallel/distributed execution and more. The code you write cl... (more…)
Read more »
ZipFly module. Contribute to BuzonIO/zipfly development by creating an account on GitHub. (more…)
Read more »
Today we are pleased to announce the open-sourcing of Python Fire . Python Fire generates command line interfaces (CLIs) from any Python cod... (more…)
Read more »
If you've ever wondered how to simplify complex conditionals by determining if at least one in a series of conditions is true, then look no further. This tutorial will teach you all about how to use any() in Python to do just that. (more…)
Read more »