Writing a Python interpreter from scratch, in half an hour — Tushar Sadhwani



Writing a Python interpreter from scratch, in half an hour — Tushar Sadhwani

Writing a Python interpreter from scratch, in half an hour — Tushar Sadhwani

[EuroPython 2023 — Forum Hall on 2023-07-19]

https://ep2023.europython.eu/session/writing-a-python-interpreter-from-scratch-in-half-an-hour

You use the Python interpreter every single day. It does a lot of things for you: checks that your code has valid syntax and is properly indented, imports modules from various locations, and runs your code instruction-by-instruction.

But if you’ve ever wondered how exactly it happens, this talk will teach you the entire process, by building a working python interpreter from scratch.

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License http://creativecommons.org/licenses/by-nc-sa/4.0/