Python: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
(Python-Editoren und IDEs)
(Dokumentation)
Zeile 10: Zeile 10:
 
* [http://code.google.com/intl/de-DE/edu/languages/google-python-class/ Google's Python Class] - An online introduction to Python programming, including writen materials, lecture videos, and coding exercises.
 
* [http://code.google.com/intl/de-DE/edu/languages/google-python-class/ Google's Python Class] - An online introduction to Python programming, including writen materials, lecture videos, and coding exercises.
  
=== Bücher ===
+
=== Online-Quellen und Bücher ===
Python:
+
 
* für Einsteiger:
+
Python Weblinks:
 +
* http://www.python.org
 +
* http://www.zope.com/
 +
* http://www.pythonlabs.com/
 +
* [http://www.vex.net/parnassus/ Vaults of Parnassus: Python Resources]
 +
 
 +
Online-Bücher:
 +
* für Einsteiger (empfohlen):
 
** ''Python for Software Design - How to Think Like a Computer Scientist'' by Allen B. Downey, [http://www.greenteapress.com/thinkpython/ Online-Version] - Gute Erklärung der Python-Grundlagen
 
** ''Python for Software Design - How to Think Like a Computer Scientist'' by Allen B. Downey, [http://www.greenteapress.com/thinkpython/ Online-Version] - Gute Erklärung der Python-Grundlagen
 
** ''Learning Python'', Mark Lutz - Ein gutes Buch für Pythonanfänger.
 
** ''Learning Python'', Mark Lutz - Ein gutes Buch für Pythonanfänger.
** ''Head First Programming Python'', Griffiths, David und Paul Barry - Zu verspieltes Layout, zu grosse Bilder.
 
** ''Python for Dummies'', Maruch Stef und Aahz Maruch: - guter Aufbau, Icon für Tipps ect..
 
* verschiedenes:
 
 
** ''Dive into Python'' - [http://www.diveintopython.org/ Online-Version] - Für Fortgeschrittene oder Umsteiger, beinhaltet interessante Zusatzthemen wie Web Services.
 
** ''Dive into Python'' - [http://www.diveintopython.org/ Online-Version] - Für Fortgeschrittene oder Umsteiger, beinhaltet interessante Zusatzthemen wie Web Services.
 +
** ''Python for Dummies'', Maruch Stef und Aahz Maruch: - guter Aufbau, Icon für Tipps etc..
 +
* für Einsteiger (weitere):
 +
** [Learning to program http://www.freenetpages.co.uk/hp/alan.gauld/]
 +
** [http://www.greenteapress.com/thinkpython/ How to Think Like a Computer Scientist]
 +
** [http://www.mindview.net/Books/TIPython Thinking in Python] - Bruce Eckel's Mindview
 +
** [http://www.galileocomputing.de/openbook/python/ Das umfassende Handbuch] - Galileo Design Openbook (Python 2.5?)
 +
** (''Head First Programming Python'', Griffiths, David und Paul Barry - Zu verspieltes Layout, zu grosse Bilder).
 +
* Zum Nachschlagen:
 
** ''Python in a Nutshell'', Martelli Alex - Gutes Buch, umfangreiche Beschreibung
 
** ''Python in a Nutshell'', Martelli Alex - Gutes Buch, umfangreiche Beschreibung
 
** ''Python Essential Reference'', David M. Beazley - Gute Python Referenz.
 
** ''Python Essential Reference'', David M. Beazley - Gute Python Referenz.
  
Python zusammen mit weiteren Technologien:
+
Online-Artikel:
* ''Rapid GUI Programming with Python and Qt'', Summerfield, Mark - Gutes Buch zu PyQt 4, Python und QT wird auch erklärt.
+
* [http://devshed.com/Server_Side/Python All about Python] auf Devshed.com
 +
* [http://www.devarticles.com/art/1/299 Python: the other Scripting Language that starts with "P"] auf devArticles.com
 +
* [http://www.hotscripts.com/Python/ The Python Section] auf Hotscripts.com
  
 
== Python installieren und editieren ==
 
== Python installieren und editieren ==

Version vom 13. März 2011, 14:34 Uhr

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.

Siehe auch GISpunkt-Seminare.

Dokumentation

Online-Dokumentation für Neueinsteiger:

Online-Quellen und Bücher

Python Weblinks:

Online-Bücher:

  • für Einsteiger (empfohlen):
    • Python for Software Design - How to Think Like a Computer Scientist by Allen B. Downey, Online-Version - Gute Erklärung der Python-Grundlagen
    • Learning Python, Mark Lutz - Ein gutes Buch für Pythonanfänger.
    • Dive into Python - Online-Version - Für Fortgeschrittene oder Umsteiger, beinhaltet interessante Zusatzthemen wie Web Services.
    • Python for Dummies, Maruch Stef und Aahz Maruch: - guter Aufbau, Icon für Tipps etc..
  • für Einsteiger (weitere):
  • Zum Nachschlagen:
    • Python in a Nutshell, Martelli Alex - Gutes Buch, umfangreiche Beschreibung
    • Python Essential Reference, David M. Beazley - Gute Python Referenz.

Online-Artikel:

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 und Webframeworks

  • GeoDjango: GIS-Erweiterung des Webframeworks Django. Ermöglicht die Verwaltung von Geodaten und dadurch die Erfassung von Objekten direkt im Browser.

Python und GIS-Desktop-Systeme

Python-Programmierung mit QGIS:

Python-Programmierung mit ArcGIS:

Geoprocessing with Python using Open Source GIS:

Geoprocessing mit Python

Geoprocessing mit Python:

  • Geoprocessing mit Python und PostGIS.
  • Geoprocessing mit Python und Open Source GIS: Siehe z.B. Vorlesung "Geoprocessing with Python using Open Source GIS" by Chris Garrard, Utah State University, [1].

Web Processing Services (WPS):

  • PyWPS Web Processing Service ([2]): PyWPS is a 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.
  • WebProcessingServer ([3])

Weblinks