An easy to use systems programming language with Python-like syntax. - GitHub - peregrine-lang/Peregrine: An easy to use systems programming language with Python-like syntax. (more…)
Read more »
A recurring conversation with my collegues has been around whether to extract
string literals to the top of a Python module as global constants. I often see
people writing Python modules that include (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 »