Typeclasses in Python
Today I am going to introduce a new concept for Python developers: typeclasses.It is a concept behind our new dry-python library called classes. (more…)
Read more »
python-fire – Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. Read more