Inner working of Python language
Python doesn't convert it's code into machine code, something that hardware can understand. It convert it into something called byte code. So within python compilation happens, but it is not just in machine language. It is into byte code (.pyc or .py...
techblog89.hashnode.dev1 min read