Understanding the Python Interpreter: How Python Executes Your Code π
Discover how the Python interpreter works behind the scenes and learn how Python executes your programs step-by-step in this insightful explanation.

Afternerd
102.4K views β’ Aug 26, 2020

About this video
What is the Python interpreter and how does Python work internally?
In this video, I talk about how the Python interpreter works and how it runs your Python source code. Essentially, the Python interpreter is comprised of two subsystems:
1- A compiler: this compiles your source code into an intermediate code called the 'byte code'
2- A Python virtual machine (PVM): this interprets and executes the byte code on your machine.
A good understanding of the concepts discussed in this video is crucial if you want to master the Python programming language.
Resources:
π Python Cheatsheet: https://www.afternerd.com/blog/get-python-cheatsheet/
π₯οΈ Computer Science guide: https://www.afternerd.com/blog/learn-computer-science/
π Python roadmap guide: https://www.afternerd.com/blog/learn-python/
Courses:
π Python OOP: https://www.afternerd.com/udemy/python-oop-course
Where you can find me:
βΉοΈ Website: https://www.afternerd.com/
πΈ Instagram: https://instagram.com/the_kreamix
π¦ Twitter: https://twitter.com/AfternerdTweets
In this video, I talk about how the Python interpreter works and how it runs your Python source code. Essentially, the Python interpreter is comprised of two subsystems:
1- A compiler: this compiles your source code into an intermediate code called the 'byte code'
2- A Python virtual machine (PVM): this interprets and executes the byte code on your machine.
A good understanding of the concepts discussed in this video is crucial if you want to master the Python programming language.
Resources:
π Python Cheatsheet: https://www.afternerd.com/blog/get-python-cheatsheet/
π₯οΈ Computer Science guide: https://www.afternerd.com/blog/learn-computer-science/
π Python roadmap guide: https://www.afternerd.com/blog/learn-python/
Courses:
π Python OOP: https://www.afternerd.com/udemy/python-oop-course
Where you can find me:
βΉοΈ Website: https://www.afternerd.com/
πΈ Instagram: https://instagram.com/the_kreamix
π¦ Twitter: https://twitter.com/AfternerdTweets
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
102.4K
Likes
3.9K
Duration
14:08
Published
Aug 26, 2020
User Reviews
4.7
(20) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.