Hi All,
Let's start,
Python:- is a computer programming language using that you can communicate over hardware based on instructions you give.
Layer-1:-
Python is interpreter language, which directly convert your given instructions into desired op without your manual convertion into byte code, Underthehood python its compile means converts into byte code and that byte code will be going to read by hardware.
Layer-2
See hardware only understand binary I mean 0 or 1. So byte code would be inthe form of human non readable form.
But It is like you will ask device to play some music, them how that device will get understand your instructions which you give.
It has to be go that form where device hardware can understand.
So device hardware only understand buts.