Python: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
= Informationen zu Python = | = Informationen zu Python = | ||
== Links == | == Links == | ||
* [http://docs.python.org/2/tutorial/ Offizielles Tutorial] | * Tutorials | ||
* [http://www.ibiblio.org/swaroopch/byteofpython/read/ A Byte of Python] - ein weiteres Tutorial | ** [http://docs.python.org/2/tutorial/ Offizielles Tutorial] | ||
* [http://www.python-kurs.eu/kurs.php ein deutsches Tutorial] - Python 2 und 3 | ** [http://www.ibiblio.org/swaroopch/byteofpython/read/ A Byte of Python] - ein weiteres Tutorial | ||
** [http://www.python-kurs.eu/kurs.php ein deutsches Tutorial] - Python 2 und 3 | |||
** [http://www.leettips.org/2013/02/top-10-free-python-pdf-ebooks-download.html Liste mit 10 Python-Tutorials/eBooks] | |||
* [http://docs.python.org/2/reference/ Schrachreferenz] | * [http://docs.python.org/2/reference/ Schrachreferenz] | ||
* [http://www.python-ldap.org/doc/html/ldap.html LDAP-Interface] | * [http://www.python-ldap.org/doc/html/ldap.html LDAP-Interface] |
Version vom 1. Januar 1970, 01:00 Uhr
Informationen zu Python
Links
- Tutorials
- Offizielles Tutorial
- A Byte of Python - ein weiteres Tutorial
- ein deutsches Tutorial - Python 2 und 3
- Liste mit 10 Python-Tutorials/eBooks
- Schrachreferenz
- LDAP-Interface
- EXIF-Interface
- wxPython Totorial
- web2py (Python-Webframework)
- web2py Doku
- Logging
- Killer Web Development eine Art Tutoriel zur Webseitenentwicklung
- Auth/Session teilen