Turn (almost) any Python command line program into a full GUI application with one line - GitHub - chriskiehl/Gooey: Turn (almost) any Python command line program into a full GUI application with o... (more…)
Read more »
python-fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. (more…)
Read more »
Plotly is an open-source Python graphing library that is great for building beautiful and interactive visualizations. It is an awesome tool for... (more…)
Read more »
Python’s import system is powerful, but also quite complicated. Until the
release of Python 3.3, there was no comprehensive explanation of the expected
import semantics, and even following the release of 3.3, the details of how
sys.path is initialised are... (more…)
Read more »