TGTanmay Ghoshinquietbusybro.hashnode.dev·Jan 29, 2024 · 1 min readHow Python works from inside in ShortInternal Working of Python Python does not covert its code to Machine code instead coverts into Byte code format (.pyc or .pyo) CPU cannot understand this byte code and hence we need a interpreter to do this job that interpreter is called as Python V...00