Writing a Python Interpreter from Scratch in Half an Hour
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Dive into the inner workings of Python interpreters in this 44-minute conference talk from EuroPython 2023. Explore the step-by-step process of building a working Python interpreter from scratch, gaining insights into syntax checking, code indentation verification, module importing, and instruction-by-instruction code execution. Learn how these fundamental components come together to create the tool developers use daily, demystifying the interpreter's role in Python programming.
Syllabus
Writing a Python interpreter from scratch, in half an hour — Tushar Sadhwani
Taught by
EuroPython Conference
Related Courses
Computer Vision: The FundamentalsUniversity of California, Berkeley via Coursera Programming Languages
University of Virginia via Udacity Learn to Program: Crafting Quality Code
University of Toronto via Coursera Computational Photography
Georgia Institute of Technology via Coursera Algorithms: Design and Analysis, Part 2
Stanford University via Coursera