Mypyc compiles Python modules to C extensions. It uses standard Python
type hints to
generate fast code. (more…)
Read more »
Every Python project can benefit from automation using Makefile, optimized Docker images, well configured CI/CD, Code Quality Tools and… (more…)
Read more »
Transitflow is an experimental set of tools that generate spatial-temporal transit frequency datasets and visualizations from the command line. (more…)
Read more »
If you aren’t wowed by Python’s super() builtin, chances are you don’t really know what it is capable of doing or how to use it effectively. Much has been written about super() and much of that wri…...
Read more »
Checkpoint the state of Python programs using Pythonic setjmp and longjmp - GitHub - a-rahimi/python-checkpointing2: Checkpoint the state of Python programs using Pythonic setjmp and longjmp... (more…)
Read more »