Hacker News new | ask | show | jobs
by rbanffy 1701 days ago
It's not quite interpreted. Python is compiled to bytecode when first loaded (that's what all those .pyc files are) and there is no separate compile step as with Java.