Table of contents
No headings in the article.
In that article I'll tell and explain about the python inner how's actually worked.
Come to the point directly don't warry study I'll explain you in very short and quickly.
The inner working of python like the "source code" was the source the users write the code and the "INTERPRETER " can convert in run able form. In interpreter have divided in 3 part 1 . compiler , 2 . Byte code , 3 . Virtual machine.
The compiler are identified the syntax error of code form source code .
Byte code are binary conversion to easily understand the virtual machine, and byte code is low level & platform Independent, and byte code runs faster.
Virtual machine that can be use library module to identify the variable to show a output of source code and as same to as reflected to user.
Just simple works of python that reason majority can choose python.