Python - Tipps und Tricks: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Tipps und Tricks zu Python. Weitere Python Software-Bibliotheken installieren: * easy_install: ... * ... To connect to PostgreSQL from Python: * [http://www…“)
 
Zeile 9: Zeile 9:
 
* [http://initd.org/ Psycopg2]
 
* [http://initd.org/ Psycopg2]
 
* [http://www.geoalchemy.org/ GeoAlchemy ORM]
 
* [http://www.geoalchemy.org/ GeoAlchemy ORM]
 +
 +
[[Kategorie:Python]] [[Kategorie:HowTo]]

Version vom 19. April 2011, 08:01 Uhr

Tipps und Tricks zu Python.

Weitere Python Software-Bibliotheken installieren:

  • easy_install: ...
  • ...

To connect to PostgreSQL from Python: