Overview
Python is a programming language, like PHP and Ruby, that you can use to create many different types of applications. It is installed on all DreamHost servers by default, and you can also install a custom version.
Background
Python is a programming language like PHP and Ruby, which allows you to create many different types of applications. More information can be found on the Python website.
Make sure to review the Python guidelines article to learn more about how to set up scripts to function on your DreamHost server.
How do I use Python at DreamHost?
Python is installed on all DreamHost servers by default. However, you will most likely want to install a custom version.
If you're installing packages, you must first create a virtual environment to store them locally under your username. You can then use pip to install them.