1. Home
  2. Python

Python

  • Installing packages

    Overview Python uses a package management system called “pip“. Package management is available on newer hosting platforms v4.5 and above....
  • Using WSGI

    Overview Python applications can be launched using Passenger offering improved throughput and lifecycle management. Launching CGI scripts wrapped by pyenv will yield...
  • Changing Python versions

    Overview Recent platforms (v6+) support multiple Python interpreters from the shell using pyenv. pyenv allows seamless switching between available Python...
  • Django quickstart

    Overview Django is a web framework based on Python. Python is available on all packages, and a Django application may...
  • Flask Quickstart

    Overview Flask is a Python microframework for building web sites with minimal overhead. Think of it as a lightweight version...
  • Pyramid Quickstart

    Overview Pyramid is a Python framework that is the spiritual successor to Pylon and Zope, frameworks popular in the mid-to-late...