<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-CH">
	<id>https://giswiki.ch/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=S1keller</id>
	<title>Geometa Lab OST - Benutzerbeiträge [de-ch]</title>
	<link rel="self" type="application/atom+xml" href="https://giswiki.ch/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=S1keller"/>
	<link rel="alternate" type="text/html" href="https://giswiki.ch/Spezial:Beitr%C3%A4ge/S1keller"/>
	<updated>2026-04-28T07:13:20Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://giswiki.ch/index.php?title=Quantum_GIS_-_Tipps_und_Tricks&amp;diff=27576</id>
		<title>Quantum GIS - Tipps und Tricks</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Quantum_GIS_-_Tipps_und_Tricks&amp;diff=27576"/>
		<updated>2010-06-18T09:47:49Z</updated>

		<summary type="html">&lt;p&gt;S1keller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch [[Quantum GIS]].&lt;br /&gt;
&lt;br /&gt;
== Zugriff direkt auf andere Plugins ==&lt;br /&gt;
&lt;br /&gt;
Im QGIS werden keine Zugriffe von Plugins auf Plugins unterstützt.&lt;br /&gt;
Die einzige Möglichkeit ist es, dass man über den Pfad von anderen Plugins Funktionen importiert.&lt;br /&gt;
Dabei muss man aufpassen, dass die beiden Plugins im gleichen Verzeichnis liegen.&lt;br /&gt;
Weiter muss auf die Version des Plugins geachtet werden. Diese muss der Benutzer selbst überprüfen.&lt;br /&gt;
&lt;br /&gt;
== Formhelper Init Funktion ==&lt;br /&gt;
&lt;br /&gt;
Über die „layerid“ von dem FormHelper kann man auf den aktuellen Layer zugreifen. Und zwar wie folgt:&lt;br /&gt;
   layermap = QgsMapLayerRegistry.instance().mapLayers()&lt;br /&gt;
   self.layer = layermap.get(self.layerid)&lt;br /&gt;
&lt;br /&gt;
== Setzen der Init Funktion zu einem Formular ==&lt;br /&gt;
&lt;br /&gt;
Kann direkt in Python gesetzt werden:&lt;br /&gt;
QgsVectorLayer.setEditFormInit(QString function).&lt;br /&gt;
Pfadangaben werden durch Punkte getrennt.&lt;br /&gt;
Funktion &amp;quot;featureFormInit&amp;quot; im Initfile &amp;quot;grundn_zone.py&amp;quot; im Unterverzeichnis nplch/forms/ wie folgt:&lt;br /&gt;
    nplch.forms.grundn_zone.featureFormInit&lt;br /&gt;
Dazu muss im gleichen Verzeichnis eine leere __init__.py Datei angelegt werden.&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Quantum_GIS_-_Tipps_und_Tricks&amp;diff=27575</id>
		<title>Quantum GIS - Tipps und Tricks</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Quantum_GIS_-_Tipps_und_Tricks&amp;diff=27575"/>
		<updated>2010-06-18T09:43:52Z</updated>

		<summary type="html">&lt;p&gt;S1keller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch [[Quantum GIS]].&lt;br /&gt;
&lt;br /&gt;
== Zugriff direkt auf andere Plugins ==&lt;br /&gt;
&lt;br /&gt;
Im QGIS werden keine Zugriffe von Plugins auf Plugins unterstützt.&lt;br /&gt;
Die einzige Möglichkeit ist es, dass man über den Pfad von anderen Plugins Funktionen importiert.&lt;br /&gt;
Dabei muss man aufpassen, dass die beiden Plugins im gleichen Verzeichnis liegen.&lt;br /&gt;
Weiter muss auf die Version des Plugins geachtet werden. Diese muss der Benutzer selbst überprüfen.&lt;br /&gt;
&lt;br /&gt;
== Formhelper Init Funktion ==&lt;br /&gt;
&lt;br /&gt;
Über die „layerid“ von dem FormHelper kann man auf den aktuellen Layer zugreifen. Und zwar wie folgt:&lt;br /&gt;
   layermap = QgsMapLayerRegistry.instance().mapLayers()&lt;br /&gt;
   self.layer = layermap.get(self.layerid)&lt;br /&gt;
&lt;br /&gt;
== Setzen der Init Funktion zu einem Formular ==&lt;br /&gt;
&lt;br /&gt;
Kann direkt aus Python gesetzt werden:&lt;br /&gt;
QgsVectorLayer.setEditFormInit(QString function)&lt;br /&gt;
Pfadangaben werden durch Punkte getrennt.&lt;br /&gt;
Funktion &amp;quot;featureFormInit&amp;quot; im Initfile &amp;quot;grundn_zone.py&amp;quot; im Unterverzeichnis nplch/forms/ wie folgt:&lt;br /&gt;
    nplch.forms.grundn_zone.featureFormInit&lt;br /&gt;
Dazu muss im gleichen Verzeichnis eine leere __init__.py Datei angelegt werden.&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Quantum_GIS_-_Tipps_und_Tricks&amp;diff=27551</id>
		<title>Quantum GIS - Tipps und Tricks</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Quantum_GIS_-_Tipps_und_Tricks&amp;diff=27551"/>
		<updated>2010-06-17T10:06:21Z</updated>

		<summary type="html">&lt;p&gt;S1keller: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch [[Quantum GIS]].&lt;br /&gt;
&lt;br /&gt;
== Zugriff direkt auf andere Plugins ==&lt;br /&gt;
&lt;br /&gt;
Im QGIS werden keine Zugriffe von Plugins auf Plugins unterstützt.&lt;br /&gt;
Die einzige Möglichkeit ist es, dass man über den Pfad von anderen Plugins Funktionen importiert.&lt;br /&gt;
Dabei muss man aufpassen, dass die beiden Plugins im gleichen Verzeichnis liegen.&lt;br /&gt;
Weiter muss auf die Version des Plugins geachtet werden. Diese muss der Benutzer selbst überprüfen.&lt;br /&gt;
&lt;br /&gt;
== Formhelper Init Funktion ==&lt;br /&gt;
&lt;br /&gt;
Über die „layerid“ von dem FormHelper kann man auf den aktuellen Layer zugreifen. Und zwar wie folgt:&lt;br /&gt;
   layermap = QgsMapLayerRegistry.instance().mapLayers()&lt;br /&gt;
   self.layer = layermap.get(self.layerid)&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26680</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26680"/>
		<updated>2010-04-11T20:41:22Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Bücher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Python ist eine universelle höhere Programmiersprache. Das Charakteristische an Python ist die Einrückung von Codeblöcken, was die Programmlesbarkeit erhöht. Mit Python kann man sowohl objektorientiert als auch prozedural (funktional) programmieren. Wie andere dynamische Sprachen, wird Python oft als Skriptsprache genutzt, beispielsweise in Office-Software (OpenOffice.org), Grafikprogrammen (Blender, Cinema 4D, Maya, GIMP) und in der Statistiksoftware SPSS - und nicht zuletzt in [[QGIS]] und [[ArcGIS]].&lt;br /&gt;
&lt;br /&gt;
Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
Online-Dokumentation für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ &amp;quot;A Byte of Python&amp;quot; (deutsche Übersetzung) - Original-Version von Swaroop C H]&lt;br /&gt;
* [http://code.google.com/intl/de-DE/edu/languages/google-python-class/ Google&#039;s Python Class] - An online introduction to Python programming, including writen materials, lecture videos, and coding exercises.&lt;br /&gt;
&lt;br /&gt;
=== Bücher ===&lt;br /&gt;
Python für Einsteiger:&lt;br /&gt;
* &#039;&#039;Dive into Python&#039;&#039; - [http://www.diveintopython.org/ Online-Version] - Für Fortgeschrittene oder Umsteiger, beinhaltet interessante Zusatzthemen wie Web Services.&lt;br /&gt;
* &#039;&#039;Python for Software Design - How to Think Like a Computer Scientist&#039;&#039; by Allen B. Downey, [http://www.greenteapress.com/thinkpython/ Online-Version] - Gute Erklärung der Python-Grundlagen&lt;br /&gt;
* &#039;&#039;Learning Python&#039;&#039;, Mark Lutz - Ein gutes Buch für Pythonanfänger.&lt;br /&gt;
* &#039;&#039;Head First Programming Python&#039;&#039;, Griffiths, David und Paul Barry - Zu verspieltes Layout, zu grosse Bilder.&lt;br /&gt;
* &#039;&#039;Python for Dummies&#039;&#039;, Maruch Stef und Aahz Maruch: - guter Aufbau, Icon für Tipps ect..&lt;br /&gt;
&lt;br /&gt;
Bücher allgemein:&lt;br /&gt;
* &#039;&#039;Python in a Nutshell&#039;&#039;, Martelli Alex - Gutes Buch, umfangreiche Beschreibung&lt;br /&gt;
* &#039;&#039;Python Essential Reference&#039;&#039;, David M. Beazley - Gute Python Referenz.&lt;br /&gt;
&lt;br /&gt;
Python zusammen mit weiteren Technologien:&lt;br /&gt;
* &#039;&#039;Rapid GUI Programming with Python and Qt&#039;&#039;, Summerfield, Mark - Gutes Buch zu PyQt 4, Python und QT wird auch erklärt.&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* Installiere Python mit dem MSI-Installer. Die stabilste Windows Version ist Python 2.6.4. Hier der Link zum Installer: http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi&lt;br /&gt;
* Andere Versionen sind unter http://www.python.org/download/ downloadbar.&lt;br /&gt;
* Hinweis: Diejenigen, die QGIS installiert haben (v.a. über den OSGeo-Installer) sollten kontrollieren, ob Python nicht bereits installiert ist.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* Die meisten Linux-Distributionen haben Python schon installiert. Wird eine neuere Version gebraucht, kann man diese aus den Sourcen bilden. http://www.python.org/download/&lt;br /&gt;
* Für Red Hat, installiere python2 und python2-devel Pakete.&lt;br /&gt;
* Für Debian oder Ubuntu, installiere python2.6 und python2.6-dev Pakete.&lt;br /&gt;
* Für Gentoo, installiere das &#039;=python-2.x*&#039; ebuild. http://www.gentoo.org/proj/en/Python/&lt;br /&gt;
* Für andere Systeme, bilde Python über die Sourcen. http://www.python.org/download/&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
** Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Komodo Edit (Unix, Windows, Mac OS X): Open Source-Version von &amp;quot;Komodo IDE&amp;quot;. http://www.activestate.com/komodo_edit/&lt;br /&gt;
* PyPE: Übersichtlicher Editor. http://pype.sourceforge.net/index.shtml&lt;br /&gt;
* Eric4: Einfach und doch viele Funktionen, selber in Python geschrieben. Etwas aufwändig zu installieren. http://eric-ide.python-projects.org/&lt;br /&gt;
* Jedit mit JpyDbg-Plugin: einfacher Editor mit Python-Plugin. http://jedit.org&lt;br /&gt;
* PythonWin (Windows only): mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* IDLE: Im Python-Paket enthaltener Editor. Etwas gewöhnungsbedürftig, aber mit vielen Features wie: syntax highlighting, autocompletion und debugging.&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26577</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26577"/>
		<updated>2010-04-01T08:54:38Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Bücher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ &amp;quot;A Byte of Python&amp;quot; (deutsche Übersetzung) - Original-Version von Swaroop C H]&lt;br /&gt;
* [http://code.google.com/intl/de-DE/edu/languages/google-python-class/ Google&#039;s Python Class] - An online introduction to Python programming, including writen materials, lecture videos, and coding exercises.&lt;br /&gt;
&lt;br /&gt;
=== Bücher ===&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell, Martelli Alex - Gutes Buch, umfangreiche Beschreibung&lt;br /&gt;
* Learning Python, Mark Lutz - Ein gutes Buch für Pythonanfänger.&lt;br /&gt;
* Python Essential Reference, David M. Beazley - Gute Python Referenz.&lt;br /&gt;
* Head First Programming Python, Griffiths, David und Paul Barry - Zu verspieltes Layout, zu grosse Bilder.&lt;br /&gt;
* Python for Dummies, Maruch Stef und Aahz Maruch: - guter Aufbau, Icon für Tipps ect..&lt;br /&gt;
* Rapid GUI Programming with Python and Qt, Summerfield, Mark - Gutes Buch zu PyQt 4, Python und QT wird auch erklärt.&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* Installiere Python mit dem MSI-Installer. Die stabilste Windows Version ist Python 2.6.4. Hier der Link zum Installer: http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi&lt;br /&gt;
* Andere Versionen sind unter http://www.python.org/download/ downloadbar.&lt;br /&gt;
* Hinweis: Diejenigen, die QGIS installiert haben (v.a. über den OSGeo-Installer) sollten kontrollieren, ob Python nicht bereits installiert ist.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* Die meisten Linux-Distributionen haben Python schon installiert. Wird eine neuere Version gebraucht, kann man diese aus den Sourcen bilden. http://www.python.org/download/&lt;br /&gt;
* Für Red Hat, installiere python2 und python2-devel Pakete.&lt;br /&gt;
* Für Debian oder Ubuntu, installiere python2.6 und python2.6-dev Pakete.&lt;br /&gt;
* Für Gentoo, installiere das &#039;=python-2.x*&#039; ebuild. http://www.gentoo.org/proj/en/Python/&lt;br /&gt;
* Für andere Systeme, bilde Python über die Sourcen. http://www.python.org/download/&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
** Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Komodo Edit (Unix, Windows, Mac OS X): Open Source-Version von &amp;quot;Komodo IDE&amp;quot;. http://www.activestate.com/komodo_edit/&lt;br /&gt;
* PyPE: Übersichtlicher Editor. http://pype.sourceforge.net/index.shtml&lt;br /&gt;
* Eric4: Einfach und doch viele Funktionen, selber in Python geschrieben. Etwas aufwändig zu installieren. http://eric-ide.python-projects.org/&lt;br /&gt;
* Jedit mit JpyDbg-Plugin: einfacher Editor mit Python-Plugin. http://jedit.org&lt;br /&gt;
* PythonWin (Windows only): mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* IDLE: Im Python-Paket enthaltener Editor. Etwas gewöhnungsbedürftig, aber mit vielen Features wie: syntax highlighting, autocompletion und debugging.&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26576</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26576"/>
		<updated>2010-04-01T08:44:03Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Python-Editoren und IDEs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ &amp;quot;A Byte of Python&amp;quot; (deutsche Übersetzung) - Original-Version von Swaroop C H]&lt;br /&gt;
* [http://code.google.com/intl/de-DE/edu/languages/google-python-class/ Google&#039;s Python Class] - An online introduction to Python programming, including writen materials, lecture videos, and coding exercises.&lt;br /&gt;
&lt;br /&gt;
=== Bücher ===&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
* Head First Programming Python - Zu verspieltes Layout, zu grosse Bilder&lt;br /&gt;
* Python for Dummies - guter Aufbau, Icon für Tipps ect..&lt;br /&gt;
* Rapid GUI Programming with Python and Qt - Gutes Buch zu PyQt 4, Python und QT wird auch erklärt.&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* Installiere Python mit dem MSI-Installer. Die stabilste Windows Version ist Python 2.6.4. Hier der Link zum Installer: http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi&lt;br /&gt;
* Andere Versionen sind unter http://www.python.org/download/ downloadbar.&lt;br /&gt;
* Hinweis: Diejenigen, die QGIS installiert haben (v.a. über den OSGeo-Installer) sollten kontrollieren, ob Python nicht bereits installiert ist.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* Die meisten Linux-Distributionen haben Python schon installiert. Wird eine neuere Version gebraucht, kann man diese aus den Sourcen bilden. http://www.python.org/download/&lt;br /&gt;
* Für Red Hat, installiere python2 und python2-devel Pakete.&lt;br /&gt;
* Für Debian oder Ubuntu, installiere python2.6 und python2.6-dev Pakete.&lt;br /&gt;
* Für Gentoo, installiere das &#039;=python-2.x*&#039; ebuild. http://www.gentoo.org/proj/en/Python/&lt;br /&gt;
* Für andere Systeme, bilde Python über die Sourcen. http://www.python.org/download/&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
** Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Komodo Edit (Unix, Windows, Mac OS X): Open Source-Version von &amp;quot;Komodo IDE&amp;quot;. http://www.activestate.com/komodo_edit/&lt;br /&gt;
* PyPE: Übersichtlicher Editor. http://pype.sourceforge.net/index.shtml&lt;br /&gt;
* Eric4: Einfach und doch viele Funktionen, selber in Python geschrieben. Etwas aufwändig zu installieren. http://eric-ide.python-projects.org/&lt;br /&gt;
* Jedit mit JpyDbg-Plugin: einfacher Editor mit Python-Plugin. http://jedit.org&lt;br /&gt;
* PythonWin (Windows only): mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* IDLE: Im Python-Paket enthaltener Editor. Etwas gewöhnungsbedürftig, aber mit vielen Features wie: syntax highlighting, autocompletion und debugging.&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26526</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26526"/>
		<updated>2010-03-22T11:34:48Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Bücher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ &amp;quot;A Byte of Python&amp;quot; (deutsche Übersetzung) - Original-Version von Swaroop C H]&lt;br /&gt;
&lt;br /&gt;
=== Bücher ===&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
* Head First Programming Python - Zu verspieltes Layout, zu grosse Bilder&lt;br /&gt;
* Python for Dummies - guter Aufbau, Icon für Tipps ect..&lt;br /&gt;
* Rapid GUI Programming with Python and Qt - Gutes Buch zu PyQt 4, Python und QT wird auch erklärt.&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* Installiere Python mit dem MSI-Installer. Die stabilste Windows Version ist Python 2.6.4. Hier der Link zum Installer: http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi&lt;br /&gt;
* Andere Versionen sind unter http://www.python.org/download/ downloadbar.&lt;br /&gt;
* Hinweis: Diejenigen, die QGIS installiert haben (v.a. über den OSGeo-Installer) sollten kontrollieren, ob Python nicht bereits installiert ist.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* Die meisten Linux-Distributionen haben Python schon installiert. Wird eine neuere Version gebraucht, kann man diese aus den Sourcen bilden. http://www.python.org/download/&lt;br /&gt;
* Für Red Hat, installiere python2 und python2-devel Pakete.&lt;br /&gt;
* Für Debian oder Ubuntu, installiere python2.6 und python2.6-dev Pakete.&lt;br /&gt;
* Für Gentoo, installiere das &#039;=python-2.x*&#039; ebuild. http://www.gentoo.org/proj/en/Python/&lt;br /&gt;
* Für andere Systeme, bilde Python über die Sourcen. http://www.python.org/download/&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
** Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Komodo Edit (Unix, Windows, Mac OS X): Open Source-Version von &amp;quot;Komodo IDE&amp;quot;. http://www.activestate.com/komodo_edit/&lt;br /&gt;
* PyPE: Übersichtlicher Editor. http://pype.sourceforge.net/index.shtml&lt;br /&gt;
* Eric4: Einfach und doch viele Funktionen, selber in Python geschrieben. Etwas aufwändig zu installieren. http://eric-ide.python-projects.org/&lt;br /&gt;
* Jedit mit JpyDbg-Plugin: einfacher Editor mit Python-Plugin. http://jedit.org&lt;br /&gt;
* PythonWin (Windows only): mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* IDLE&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26520</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26520"/>
		<updated>2010-03-17T13:44:30Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Bücher */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ &amp;quot;A Byte of Python&amp;quot; (deutsche Übersetzung) - Original-Version von Swaroop C H]&lt;br /&gt;
&lt;br /&gt;
=== Bücher ===&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
* Head First Programming Python - Zu verspieltes Layout, zu grosse Bilder&lt;br /&gt;
* Python for Dummies - guter Aufbau, Icon für Tipps ect..&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* Installiere Python mit dem MSI-Installer. Die stabilste Windows Version ist Python 2.6.4. Hier der Link zum Installer: http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi&lt;br /&gt;
* Andere Versionen sind unter http://www.python.org/download/ downloadbar.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* Die meisten Linux-Distributionen haben Python schon installiert. Wird eine neuere Version gebraucht, kann man diese aus den Sourcen bilden. http://www.python.org/download/&lt;br /&gt;
* Für Red Hat, installiere python2 und python2-devel Pakete.&lt;br /&gt;
* Für Debian oder Ubuntu, installiere python2.6 und python2.6-dev Pakete.&lt;br /&gt;
* Für Gentoo, installiere das &#039;=python-2.x*&#039; ebuild. http://www.gentoo.org/proj/en/Python/&lt;br /&gt;
* Für andere Systeme, bilde Python über die Sourcen. http://www.python.org/download/&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
**  Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Eric4: Einfach und doch viele Funktionen, in Python geschrieben, aufwänig um Eric4 zu installieren, http://eric-ide.python-projects.org/&lt;br /&gt;
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* Komodo Edit: Open Source-Version von &amp;quot;Komodo IDE&amp;quot; (Unix, Windows, Mac OS X)&lt;br /&gt;
* PyPE: übersichtlicher Editor, http://pype.sourceforge.net/index.shtml&lt;br /&gt;
* Jedit mit JpyDbg-Plugin: einfacher Editor mit Python-Plugin, http://jedit.org&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26519</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26519"/>
		<updated>2010-03-17T13:40:29Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Python-Editoren und IDEs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ &amp;quot;A Byte of Python&amp;quot; (deutsche Übersetzung) - Original-Version von Swaroop C H]&lt;br /&gt;
&lt;br /&gt;
=== Bücher ===&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* Installiere Python mit dem MSI-Installer. Die stabilste Windows Version ist Python 2.6.4. Hier der Link zum Installer: http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi&lt;br /&gt;
* Andere Versionen sind unter http://www.python.org/download/ downloadbar.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* Die meisten Linux-Distributionen haben Python schon installiert. Wird eine neuere Version gebraucht, kann man diese aus den Sourcen bilden. http://www.python.org/download/&lt;br /&gt;
* Für Red Hat, installiere python2 und python2-devel Pakete.&lt;br /&gt;
* Für Debian oder Ubuntu, installiere python2.6 und python2.6-dev Pakete.&lt;br /&gt;
* Für Gentoo, installiere das &#039;=python-2.x*&#039; ebuild. http://www.gentoo.org/proj/en/Python/&lt;br /&gt;
* Für andere Systeme, bilde Python über die Sourcen. http://www.python.org/download/&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
**  Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Eric4: Einfach und doch viele Funktionen, in Python geschrieben, aufwänig um Eric4 zu installieren, http://eric-ide.python-projects.org/&lt;br /&gt;
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* Komodo Edit: Open Source-Version von &amp;quot;Komodo IDE&amp;quot; (Unix, Windows, Mac OS X)&lt;br /&gt;
* PyPE: übersichtlicher Editor, http://pype.sourceforge.net/index.shtml&lt;br /&gt;
* Jedit mit JpyDbg-Plugin: einfacher Editor mit Python-Plugin, http://jedit.org&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26517</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26517"/>
		<updated>2010-03-16T18:26:18Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Dokumentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ &amp;quot;A Byte of Python&amp;quot; (deutsche Übersetzung) - Original-Version von Swaroop C H]&lt;br /&gt;
&lt;br /&gt;
Bücher:&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* Installiere Python mit dem MSI-Installer. Die stabilste Windows Version ist Python 2.6.4. Hier der Link zum Installer: http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi&lt;br /&gt;
* Andere Versionen sind unter http://www.python.org/download/ downloadbar.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* Die meisten Linux-Distributionen haben Python schon installiert. Wird eine neuere Version gebraucht, kann man diese aus den Sourcen bilden. http://www.python.org/download/&lt;br /&gt;
* Für Red Hat, installiere python2 und python2-devel Pakete.&lt;br /&gt;
* Für Debian oder Ubuntu, installiere python2.6 und python2.6-dev Pakete.&lt;br /&gt;
* Für Gentoo, installiere das &#039;=python-2.x*&#039; ebuild. http://www.gentoo.org/proj/en/Python/&lt;br /&gt;
* Für andere Systeme, bilde Python über die Sourcen. http://www.python.org/download/&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
**  Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Eric?&lt;br /&gt;
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* Komodo Edit: Open Source-Version von &amp;quot;Komodo IDE&amp;quot; (Unix, Windows, Mac OS X)&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26516</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26516"/>
		<updated>2010-03-16T18:24:59Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Installation Python */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ A Byte of Python (deutsche Übersetzung) Original-Version von Swaroop C H]&lt;br /&gt;
&lt;br /&gt;
Bücher:&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* Installiere Python mit dem MSI-Installer. Die stabilste Windows Version ist Python 2.6.4. Hier der Link zum Installer: http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi&lt;br /&gt;
* Andere Versionen sind unter http://www.python.org/download/ downloadbar.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* Die meisten Linux-Distributionen haben Python schon installiert. Wird eine neuere Version gebraucht, kann man diese aus den Sourcen bilden. http://www.python.org/download/&lt;br /&gt;
* Für Red Hat, installiere python2 und python2-devel Pakete.&lt;br /&gt;
* Für Debian oder Ubuntu, installiere python2.6 und python2.6-dev Pakete.&lt;br /&gt;
* Für Gentoo, installiere das &#039;=python-2.x*&#039; ebuild. http://www.gentoo.org/proj/en/Python/&lt;br /&gt;
* Für andere Systeme, bilde Python über die Sourcen. http://www.python.org/download/&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
**  Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Eric?&lt;br /&gt;
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* Komodo Edit: Open Source-Version von &amp;quot;Komodo IDE&amp;quot; (Unix, Windows, Mac OS X)&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26515</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26515"/>
		<updated>2010-03-16T18:23:50Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Installation Python */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ A Byte of Python (deutsche Übersetzung) Original-Version von Swaroop C H]&lt;br /&gt;
&lt;br /&gt;
Bücher:&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* Installiere Python mit dem MSI-Installer. Die stabilste Windows Version ist Python 2.6.4. Hier der Link zum Installer: http://www.python.org/ftp/python/2.6.4/python-2.6.4.msi&lt;br /&gt;
* Andere Versionen sind unter http://www.python.org/download/ erreichbar.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* Die meisten Linux-Distributionen haben Python schon installiert. Wird eine neuere Version gebraucht, kann man diese aus den Sourcen bilden. http://www.python.org/download/&lt;br /&gt;
* Für Red Hat, installiere python2 und python2-devel Pakete.&lt;br /&gt;
* Für Debian oder Ubuntu, installiere python2.6 und python2.6-dev Pakete.&lt;br /&gt;
* Für Gentoo, installiere das &#039;=python-2.x*&#039; ebuild. http://www.gentoo.org/proj/en/Python/&lt;br /&gt;
* Für andere Systeme, bilde Python über die Sourcen. http://www.python.org/download/&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
**  Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Eric?&lt;br /&gt;
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* Komodo Edit: Open Source-Version von &amp;quot;Komodo IDE&amp;quot; (Unix, Windows, Mac OS X)&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26514</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26514"/>
		<updated>2010-03-16T17:54:44Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Python-Editoren und IDEs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ A Byte of Python (deutsche Übersetzung) Original-Version von Swaroop C H]&lt;br /&gt;
&lt;br /&gt;
Bücher:&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* tbd.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* tbd.&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Refactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
**  Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Eric?&lt;br /&gt;
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* Komodo Edit: Open Source-Version von &amp;quot;Komodo IDE&amp;quot; (Unix, Windows, Mac OS X)&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26513</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26513"/>
		<updated>2010-03-16T17:54:12Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Python-Editoren und IDEs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ A Byte of Python (deutsche Übersetzung) Original-Version von Swaroop C H]&lt;br /&gt;
&lt;br /&gt;
Bücher:&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* tbd.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* tbd.&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Reactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/manual_101_install.html&lt;br /&gt;
**  Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Eric?&lt;br /&gt;
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* Komodo Edit: Open Source-Version von &amp;quot;Komodo IDE&amp;quot; (Unix, Windows, Mac OS X)&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
	<entry>
		<id>https://giswiki.ch/index.php?title=Python&amp;diff=26512</id>
		<title>Python</title>
		<link rel="alternate" type="text/html" href="https://giswiki.ch/index.php?title=Python&amp;diff=26512"/>
		<updated>2010-03-16T17:52:31Z</updated>

		<summary type="html">&lt;p&gt;S1keller: /* Dokumentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siehe auch:&lt;br /&gt;
* [[QGIS]]&lt;br /&gt;
* [[ArcGIS]]&lt;br /&gt;
* [[GISpunkt-Seminar Python]]&lt;br /&gt;
&lt;br /&gt;
== Dokumentation ==&lt;br /&gt;
&lt;br /&gt;
für Neueinsteiger:&lt;br /&gt;
* [http://www.freenetpages.co.uk/hp/alan.gauld/german/index.htm &amp;quot;Programmieren lernen&amp;quot; von Alan Gauld]&lt;br /&gt;
* [http://abop-german.berlios.de/ A Byte of Python (deutsche Übersetzung) Original-Version von Swaroop C H]&lt;br /&gt;
&lt;br /&gt;
Bücher:&lt;br /&gt;
* Dive into Python - [http://www.diveintopython.org/ Online-Version]&lt;br /&gt;
* Python in a Nutshell&lt;br /&gt;
* Learning Python&lt;br /&gt;
* Python Essential Reference&lt;br /&gt;
&lt;br /&gt;
== Python installieren und editieren ==&lt;br /&gt;
&lt;br /&gt;
=== Installation Python ===&lt;br /&gt;
Installation Python unter Windows:&lt;br /&gt;
* tbd.&lt;br /&gt;
&lt;br /&gt;
Installation Python unter Unix:&lt;br /&gt;
* tbd.&lt;br /&gt;
&lt;br /&gt;
=== Python-Editoren und IDEs ===&lt;br /&gt;
&lt;br /&gt;
Zum Editieren und als Entwicklungsumgebung (integrated development environments, IDE) empfehlen wir Eclipse mit pyDev:&lt;br /&gt;
* Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Reactoring.&lt;br /&gt;
** Installation: http://eclipse.org und http://pydev.org/download.html&lt;br /&gt;
**  Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial]&lt;br /&gt;
&lt;br /&gt;
Ansonsten haben wir über folgende Editoren gutes gehört (und gelesen): &lt;br /&gt;
* Eric?&lt;br /&gt;
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. &lt;br /&gt;
* Komodo Edit: Open Source-Version von &amp;quot;Komodo IDE&amp;quot; (Unix, Windows, Mac OS X)&lt;br /&gt;
&lt;br /&gt;
== Python-Programmierung == &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung für GIS ===&lt;br /&gt;
&lt;br /&gt;
PyWPS Web Processing Service: PyWPS ia Python program which implements the OGC [[WPS]] 1.0.0&lt;br /&gt;
standard (with a few omissions). PyWPS has a low footprint, making it easy to install. &lt;br /&gt;
Python was considered a good choice of implementation language as it is a very easy language &lt;br /&gt;
to develop in and allows partners to easily integrate existing processing which may have &lt;br /&gt;
been written in other languages. See http://pywps.wald.intevation.org/documentation/ .&lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit QGIS ===&lt;br /&gt;
* Siehe [http://dev.ifs.hsr.ch/python4gis Python Programming for (Q)GIS]. &lt;br /&gt;
&lt;br /&gt;
=== Python-Programmierung mit ArcGIS ===&lt;br /&gt;
* Lecture [http://www.gis.usu.edu/~jlowry/python/ &amp;quot;GIS Programming with Python&amp;quot;] von John Lowry e al. &lt;br /&gt;
* &amp;quot;A Guide to the Python Universe for ESRI&amp;quot;.&lt;br /&gt;
* Kurse z.B. bei ESRI Suisse in Zürich.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] - A collection of the Python &amp;quot;recipies&amp;quot;&lt;br /&gt;
* The official website for the Python language: [http://www.python.org/doc/ python.org]&lt;br /&gt;
* [http://www.python.org/doc/current/tutorial/ The Python Tutorial]&lt;/div&gt;</summary>
		<author><name>S1keller</name></author>
	</entry>
</feed>