Overview
This article provides basic information on how to install Python at SN Hosting.
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 SN Hosting server.
Python at SN Hosting
Python is installed on all SN Hosting 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.