Python

From Things and Stuff Wiki
Revision as of 08:48, 24 December 2012 by Milk (talk | contribs) (a move)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


General

# Quick local HTTP server [1]
alias 'server=python2 -m SimpleHTTPServer'
  • 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.

Pypi

Guides

  • 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.