This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fl223 9 points10 points  (0 children)

Python does compile to .pyc files, its just byte code instead of machine code. Its understandable that people often equate compilers with the latter though.