Friday, November 15, 2019

Python File Extensions


  Python File Extensions

.py è Python File (Regular Script)
.py3 è Python3 Script (Rarely Used)
.pyc è This is the compiled bytecode or compiled scripts
.pyd èThis is basically a Windows dil file
.pyo è This is optimized  pyc file
.pyw è Python Script for Windows
.pyz è Python Script archive ( Compressed or zip formatted)

No comments:

Post a Comment