Python, Programming, Working of Python, Compiler, Interpreter, Py Object code generation
In this video, I continue to detail the working of Python from where we stopped in part-1 ( • Python Programming and Its working - Part 1 ) of it.
We are going to discuss how is Abstract Syntax tree getting used to generate a PyObject code, does python source code gets compiled or interpreted and how does python interpreter work.
Please feel free to increase or decrease the speed of video as per your convenience.
Find the entire playlist of "Complete Python Programming For All" below:
• Complete Python Programming for All
0:00 - Session Intro
0:15 - Phases of Python Execution
1:22 - Compiler Details
2:00 - PyObject Code to Interpreter
4:20 - Interpreter - Python Virtual Machine (PVM)
5:30 - CPython based PVM
7:12 - Session Review