Closing Keynote Talk - PyCon India, Chennai, October 13, 2019 (Screencast). In this talk, I live-code a simple stack machine and turn it into an interpreter... (more…)
Read more »
Only one of these “comments” is a real one.
Well, technically speaking all of them are comments, the real difference between them is speed… (more…)
Read more »
… and Python objects in general — None of the existing articles [1] give a comprehensive explanation of how metaclasses work in Python so I'm making my own. Metaclasses are a... (more…)
Read more »