Python: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Stefan (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Stefan (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 6: | Zeile 6: | ||
* 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. | ||
** Installation: http://eclipse.org und http://pydev.org/download.html | ** Installation: http://eclipse.org und http://pydev.org/download.html | ||
** Python Development with PyDev and Eclipse - [http://www.vogella.de/articles/Python/article.html Tutorial] | |||
* PythonWin: (Windows only), mit Debugger, bei ArcGIS-User verbreitet, keine Code-Vervollständigung. | * 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) | * Komodo Edit: Open Source-Version von "Komodo IDE" (Unix, Windows, Mac OS X) | ||
Version vom 23. Februar 2010, 09:40 Uhr
Siehe auch
Editoren:
- Eclipse mit pyDev-Plugin: (Unix, Windows, Mac OS X), vollständige IDE u.a. mit Code-Vervollständigung und Reactoring.
- Installation: http://eclipse.org und http://pydev.org/download.html
- Python Development with PyDev and Eclipse - Tutorial
- 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:
- Python Cookbook - A collection of the Python "recipies"
- The official website for the Python language: python.org
- The Python Tutorial
Bücher:
- Dive into Python - Online-Version
- Python in a Nutshell
- Learning Python
- Python Essential Reference