Is Python compiled or interpreted ? Python execution cycle

Published: 11 May 2020
on channel: Pythoholic
2,302
61

So now let's talk about the interpreter,

⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it!
https://www.kite.com/get-kite/?utm_me...

The main difference between compilers and interpreters is that interpreters execute the instructions one line at a time.
and unlike compilers, interpreters don't generate machine code. But they do generate the intermediate code ie mostly termed as the byte code which is then fed to a designed Virtual Machine which is not an actual machine. But its a form of processing unit that can actually understand the bytecode. Don't worry we will make a video on Python virtual machine as well.

For now, you must understand that Python virtual machine is a form of processing unit that can actually understand the bytecode. ie basically used to generate the output you need.


#Python3 #PythonInterpreter #Pythoholic


Watch video Is Python compiled or interpreted ? Python execution cycle online without registration, duration hours minute second in high quality. This video was added by user Pythoholic 11 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,302 once and liked it 61 people.