Python

From Things and Stuff Wiki
Revision as of 03:10, 27 December 2012 by Milk (talk | contribs) (→‎Libraries)
Jump to navigation Jump to search


General

# Quick local HTTP server [1]
alias 'server=python2 -m SimpleHTTPServer'

Installing

Guides

Implementations

Packages

PyPI

The Python Package Index is a repository of software for the Python programming language.

pip

  • pip is a tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install.

Tools

Libraries

Virtual Environment

Frameworks

Django

other

Cross language

  • Pyjs is a Rich Internet Application (RIA) Development Platform for both Web and Desktop. It contains a Python-to-JavaScript compiler, an AJAX framework and a Widget Set API. Pyjs started life as a Python port of Google Web Toolkit, the Java-to-JavaScript compiler.

to sort