Python: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
 
* [[QGIS]]
 
* [[QGIS]]
  
Dokumentation:
+
== Dokumentation ==
* für Neueinsteiger
 
** [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm "Programmieren lernen" von Alan Gauld]
 
  
 +
für Neueinsteiger:
 +
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm "Programmieren lernen" von Alan Gauld]
 +
 +
Bücher:
 +
* Dive into Python - [http://www.diveintopython.org/ Online-Version]
 +
* Python in a Nutshell
 +
* Learning Python
 +
* Python Essential Reference
 +
 +
== Editoren ==
 
Editoren:
 
Editoren:
 
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Reactoring.
 
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Reactoring.
Zeile 14: Zeile 22:
 
* Komodo Edit: Open Source-Version von "Komodo IDE" (Unix, Windows, Mac OS X)
 
* Komodo Edit: Open Source-Version von "Komodo IDE" (Unix, Windows, Mac OS X)
  
Weblinks:
+
== Weblinks ==
 
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python "recipies"
 
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python "recipies"
 
* The official website for the Python language: [http://www.python.org/doc/ python.org]
 
* The official website for the Python language: [http://www.python.org/doc/ python.org]
 
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]
 
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]
 
Bücher:
 
* Dive into Python - [http://www.diveintopython.org/ Online-Version]
 
* Python in a Nutshell
 
* Learning Python
 
* Python Essential Reference
 

Version vom 2. März 2010, 14:49 Uhr

Siehe auch:

Dokumentation

für Neueinsteiger:

Bücher:

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

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