Building a Python debugger in 20 minutes

Trace functions: Building a tiny debugger – Jonathan Oberländer – PyCon Italia 2023I will give a brief introduction into trace functions: what they are for, … Read more

Similar

A from-scratch tour of Bitcoin in Python

I find blockchain fascinating because it extends open source software development to open source + state. This seems to be a genuine/exciting innovation in computing paradigms; We don’t just get to share code, we get to share a running computer, and anyon... (more…)

Read more »