- Specify the MIME type and extension for which to add support
text/x-python: .py
application/x-bytecode.python: .pyc
- Share an example file
python3 source file with shebang
/usr/bin/python3 or /usr/bin/env python3
python compiled file .pyc
Thanks for looking into this!