Python: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 +
 
Siehe auch:
 
Siehe auch:
* [[Python Scripting mit ArcGIS]]
 
 
* [[QGIS]]
 
* [[QGIS]]
 +
* [[ArcGIS]]
  
 
== Dokumentation ==
 
== Dokumentation ==
Zeile 13: Zeile 14:
 
* Learning Python
 
* Learning Python
 
* Python Essential Reference
 
* Python Essential Reference
 +
 +
== Python-Programmierung mit QGIS ==
 +
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS].
 +
 +
== Python-Programmierung mit ArcGIS ==
 +
* Lecture [http://www.gis.usu.edu/~jlowry/python/ "GIS Programming with Python"] von John Lowry e al.
 +
* "A Guide to the Python Universe for ESRI".
 +
* Kurse z.B. bei ESRI Suisse in Zürich.
  
 
== Editoren ==
 
== Editoren ==

Version vom 3. März 2010, 02:34 Uhr

Siehe auch:

Dokumentation

für Neueinsteiger:

Bücher:

  • Dive into Python - Online-Version
  • Python in a Nutshell
  • Learning Python
  • Python Essential Reference

Python-Programmierung mit QGIS

Python-Programmierung mit ArcGIS

Editoren

Editoren:

  • Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Reactoring.
  • PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung.
  • Komodo Edit: Open Source-Version von "Komodo IDE" (Unix, Windows, Mac OS X)

Weblinks