Python Inner Working
Internal working of Python
Python doesn’t convert its code into machine code, something that hardware can understand. It converts it into something called byte code. So within Python, compilation happens, but it’s just not in a machine language. It i...
blog.prakashtsx.me1 min read