Learn how to change CPython internals to accept new syntax and features. This post adds a Ruby feature to Python by changing its source code. (more…)
Read more »
Objects, values and types: Objects are Python’s abstraction for data. All data in a Python program is represented by objects or by relations between objects. (In a sense, and in conformance to Von ... (more…)
Read more »
Have you heard about pyscript? A new runtime that lets us write full Python in the browser? I created an awesome offline PWA (progressive web app) and then i... (more…)
Read more »
This key's fingerprint is A04C 5E09 ED02 B328 03EB 6116 93ED 732E 9231 8DBA... (more…)
Read more »
Observability into native call stacks requires some compromise. In this post I explain what this actually means for a Python tool like Austin. (more…)
Read more »