Python: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Installation Python)
(Python-Editoren und IDEs)
Zeile 38: Zeile 38:
 
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.
 
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.
 
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html
 
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html
** Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]
+
** Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]
  
 
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen):  
 
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen):  
* Eric4: Einfach und doch viele Funktionen, in Python geschrieben, aufwänig um Eric4 zu installieren, http://eric-ide.python-projects.org/
+
* Komodo Edit (Unix, Windows, Mac OS X): Open Source-Version von "Komodo IDE". http://www.activestate.com/komodo_edit/
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung.
+
* PyPE: Übersichtlicher Editor. http://pype.sourceforge.net/index.shtml
* Komodo Edit: Open Source-Version von "Komodo IDE" (Unix, Windows, Mac OS X)
+
* Eric4: Einfach und doch viele Funktionen, selber in Python geschrieben. Etwas aufwändig zu installieren. http://eric-ide.python-projects.org/
* PyPE: übersichtlicher Editor, http://pype.sourceforge.net/index.shtml
+
* Jedit mit JpyDbg-Plugin: einfacher Editor mit Python-Plugin. http://jedit.org
* Jedit mit JpyDbg-Plugin: einfacher Editor mit Python-Plugin, http://jedit.org
+
* PythonWin (Windows only): mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung.
 +
* IDLE
  
 
== Python-Programmierung ==  
 
== Python-Programmierung ==  

Version vom 18. März 2010, 00:11 Uhr

Siehe auch:

Dokumentation

für Neueinsteiger:

Bücher

  • Dive into Python - Online-Version
  • Python in a Nutshell
  • Learning Python
  • Python Essential Reference
  • Head First Programming Python - Zu verspieltes Layout, zu grosse Bilder
  • Python for Dummies - guter Aufbau, Icon für Tipps ect..

Python installieren und editieren

Installation Python

Installation Python unter Windows:

Installation Python unter Unix:

Python-Editoren und IDEs

Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:

Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen):

Python-Programmierung

Python-Programmierung für GIS

PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC WPS 1.0.0 standard (with a few omissions). PyWPS has a low footprint, making it easy to install. Python was considered a good choice of implementation language as it is a very easy language to develop in and allows partners to easily integrate existing processing which may have been written in other languages. See http://pywps.wald.intevation.org/documentation/ .

Python-Programmierung mit QGIS

Python-Programmierung mit ArcGIS

Weblinks