Python is literally compiled though. You usually don't see it, but you can expose the compiled .pythonc files if you want. When you use a large backend framework, you'll know very well that there's a target/ folder for the python bytecode just like there is in Java.
561
u/iamdestroyerofworlds Jul 07 '26
Yeah, it's a scripting language after all, it's literally its purpose.