A lightweight tool for debugging and testing Python code. Just type potato in your code and watch your script instantly stop running with a NameError. Zero dependencies. Infinite confusion. Use res... (more…)
Read more »
As I thought I might, today I spent some
time adding full and relatively honest type hints to my recent
Python program. The
experience didn't go entirely smoothly and it left me with a number
of learning experiences and things I want to note down in case... (more…)
Read more »
One of my favorite features in Python are list comprehensions. They can seem a bit arcane at first but when you break them down they are actually a very simple construct.
Read more »
Declarative User Interfaces for Python. Contribute to nucleic/enaml development by creating an account on GitHub. (more…)
Read more »