J
J
jorashepel2020-05-28 22:39:16
Python
jorashepel, 2020-05-28 22:39:16

Python interpreter?

https://www.youtube.com/watch?v=_aROt-HfLoE&list=P...
this video says that the interpreter takes the first line of code, reads the command, immediately converts the source code into binary and passes it to the processor

In another article, I read that the machine code for the interpreter is not needed.
Whom to trust?
Tell me how does this Python interpreter work? How does an interpreter make human-written code understandable to a computer?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karbivnichy, 2020-05-28
@hottabxp

Python from within. Introduction
Diving into the abyss of the Python interpreter. P1
No less interesting reports by Zlata Obukhovskaya :
What's inside Python: how the interpreter works
What's inside Python: where did async go from
What's inside Python: how memory works

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question