Python: Unterschied zwischen den Versionen
		
		
		
		Zur Navigation springen
		Zur Suche springen
		
Keine Bearbeitungszusammenfassung  | 
				 (Änderung 322 von Suelmann (Diskussion) rückgängig gemacht.) Markierung: Rückgängigmachung  | 
				||
| (6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| 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]  | ||
** [http://desarrollo.educarex.es/linex/projects/servidoressecundaria/repository/entry/controlies/trunk/applications/controlies/modules/Users.py Beispielcode]  | ** [http://desarrollo.educarex.es/linex/projects/servidoressecundaria/repository/entry/controlies/trunk/applications/controlies/modules/Users.py Beispielcode]  | ||
* [https://github.com/ianare/exif-py EXIF-Interface]  | |||
* [http://wiki.wxpython.org/Getting%20Started wxPython Totorial]  | |||
* web2py (Python-Webframework)  | * web2py (Python-Webframework)  | ||
** [http://web2py.com/books/default/chapter/29 web2py Doku]  | ** [http://web2py.com/books/default/chapter/29 web2py Doku]  | ||
** [http://www.web2pyslices.com/slice/show/1416/logging Logging]  | ** [http://www.web2pyslices.com/slice/show/1416/logging Logging]  | ||
** [http://killer-web-development.com/ Killer Web Development] eine Art Tutoriel zur Webseitenentwicklung  | ** [http://killer-web-development.com/ Killer Web Development] eine Art Tutoriel zur Webseitenentwicklung  | ||
** [https://groups.google.com/forum/?fromgroups=#!topic/web2py/fj18QeTtX3s Auth/Session teilen]  | |||
== Code-Schnipsel ==  | == Code-Schnipsel ==  | ||
* [[Python/If|Verschiedene Möglichkeiten für if/else]]  | * [[Python/If|Verschiedene Möglichkeiten für if/else]]  | ||
* [[Python/Samba|Samba Passwort Hash]]  | |||
----  | ----  | ||
[[KategorieWissen]]  | [[KategorieWissen]]  | ||
Aktuelle Version vom 20. Dezember 2021, 14:01 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