Python

From Just Solve the File Format Problem
Revision as of 10:07, 1 November 2012 by Sethwoodworth (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Python is a programming language. It has a number of file endings associated with it, including .py, .pyc, .pyo, and .pyd

.py
A text file that contains python source code. It is often utf-8 encoded, but it does not have to be.
.pyc
Compiled bytecode of a python source file
.pyo
Optimized compiled bytecode
.pyd
A python version of a Windows .dll file
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox