Retiring Python as a Teaching Language
It's not about technology for its own sake. It's about being able to implement your ideas. (more…)
Read more »
The Python standard library is full of underappreciated gems. One of them allows for simple and elegant function dispatching based on argument types. This makes it perfect for serialization of arbitrary objects – for example to JSON in web APIs and stru… Read more