Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is the difference between .py and .pyc files?
Answer:

py files are Python source files. .pyc files are the compiled bytecode files that are generated by the Python compiler.

Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook