Overview
This article provides basic information on how to install Python at DreamHost.
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.
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.