Python - Tipps und Tricks

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche

Tipps und Tricks zu Python.

The Pythonic Way...

  • Program documentation: PyDoc (plus separate doc generator?)
  • Test environment: Tox - generic virtualenv management and test command line tool
  • (Type validation? https://github.com/williame/obiwan )

Weitere Python Software-Bibliotheken installieren:

  • pip (easy_install): ...
  • ipython

To connect to PostgreSQL from Python:

Verschiedenes / Code-schnipsel: