Today, for reasons outside the scope of this entry, I updated one
of my very old little Python utilities to add some features and
move it to Python 3 in the process. This program was so old it was
using getopt, so
as part of updating it I switched it over... (more…)
Read more »
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. - google/python-fire... (more…)
Read more »
A paper . Contribute to scikit-rf/An-Open-Source-Python-Package-for-Microwave-Network-Creation-Analysis-and-Calibration development by creating an account on GitHub. (more…)
Read more »
Sooner or later you will need to encrypt or hash some data. Thankfully we have the Cryptography library, along with the other projects maintained by the Python Cryptographic Authority, to make sure that your crypto is done right. In this episode Paul Kehr...
Read more »
Full-screen console debugger for Python. Contribute to inducer/pudb development by creating an account on GitHub. (more…)
Read more »