I am new to programming, have been doing it on and off for a year, and only really understand python from a syntactic standpoint. Is there something out there that allows python or other high-level languages to be reformed into a lower-level language such as assembly? I understand that a language gets converted to lower-level language when ran but why can't we just run the code from an already lower level? Wouldn't this increased speed?
Overall I am just curious.
Thank you for your time.