How does Python Programming work?

DDSRY
1 min readApr 11, 2020

--

How does Python work?

✅First, we write instructions in English based language (Python Language).

✅The source code is converted into intermediate bytecode and then into computer native language (Binary language) by Interpreter.

✅The code is executed and the output is presented.

To know about how python works click — here

Python Podcast:

Python Podcast — DDSRY

--

--