Python Script — Python source file.
Quick facts
What is .py
A .py file is a Python Script — Python source file.
In the mime-db registry it has no registered standard MIME type. When serving this file over HTTP, use a Content-Type that matches its actual format.
How to open .py files
Developer info
When served over HTTP, responses should set the following header:
# No standard MIME type is registered for .py
Common software that reads/writes .py:
Relation chain
Related extensions
Related programming languages
Common uses
How to edit .py files
How to create .py files
Example
def greet(name):
return f'Hello, {name}!'
print(greet('World'))Frequently asked questions
Common options include VS Code, PyCharm, Python. You can also open many of these files with built-in viewers or a browser.
Create a new file in any text editor or the app that owns the format and save it with the .py extension.
Sources & standards
Updated 2026-08-18
Explore this reference