What is the mime type for .py files?

Viewed 7808

I have a WordPress site and in order to be able to upload python files I need to know the file's mime type. What is the mime type of a Python file? All I found was how to find the mime type of other files in python.

1 Answers
Related