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

Поделиться
HTML-код
  • Опубликовано: 18 сен 2023
  • [EuroPython 2023 - Forum Hall on 2023-07-19]
    ep2023.europyt...
    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 creativecommons...

Комментарии •