Describe LinuxMagazinPython here.
"The making of Python": http://www.artima.com/intv/python.html
FAQ, "Why was Python created in the first place": http://www.python.org/doc/faq/general.html#why-was-python-created-in-the-first-place
Kommerzieller Einsatz von Python: http://pythonology.com/success
Python-Unicode-FAQ: http://p-nand-q.com/python/unicode_faq.html
Python Library Reference: http://docs.python.org/lib/lib.html
Python Package Index (PyPI): http://www.python.org/pypi
"Programming at Python speed": http://www.artima.com/intv/speed.html
copy-Modul: http://docs.python.org/lib/module-copy.html
Mehr Erläuterungen zum Ablauf von Zuweisungen in Python: http://starship.python.net/crew/mwh/hacks/objectthink.html
SWIG: http://www.swig.org/
Spezielle Methoden in benutzerdefinierten Klassen: http://docs.python.org/ref/specialnames.html
Datenbank-Adapter psycopg: http://www.initd.org/
Datums-/Zeitwerte: http://www.egenix.com/files/python/mxDateTime.html
Definition der Python-Datenbank-Schnittstelle: http://www.python.org/peps/pep-0249.html
Python-Tutorial: http://docs.python.org/tut/tut.html
Deutsches Python-Tutorial: http://home.foni.net/~heikos/data/python.pdf (Die Anzeige der PDF-Datei in xpdf sieht "krakelig" aus, der Ausdruck ist aber einwandfrei.)
Dive into Python: http://www.diveintopython.org/
Python 2.3 Quick Reference: http://rgruet.free.fr/PQR2.3.html
Python-Homepage: http://www.python.org/
Python-Newsgroup: news:comp.lang.python
Deutschsprachige Python-Mailingliste: http://python.net/mailman/listinfo/python-de
Deutschsprachiges Python-Wiki: http://pythonwiki.de/StartSeite
Webware for Python: http://www.webwareforpython.org/
SkunkWEB: http://www.skunkweb.org/
Web-Frameworks für Python: http://www.python.org/cgi-bin/moinmoin/WebProgramming
WebDAV-Client-Bibliothek: http://www.lyra.org/greg/python/
WebDAV-Server: http://www.webdav.de/
FTP-Client-Bibliothek: http://www.sschwarzer.net/python/python_software.html
Christian Arndts Linksammlung zu Python: http://www.chrisarndt.de/de/links/
Weitere Dokumentation auf der CD (nur zu erreichen, wenn das System von CD gebootet ist):
- Python 2.3.4 (Tutorials, Library-Referenz, API): Übersicht
Beispiele
Beispiele aus dem Artikel "Python-Einführung"
- String in verschiedenen Darstellungen: string_umwandlungen.py
- Behandlung eines IO-Fehlers: io_fehler.py
Beispiele aus dem Artikel "Gut sortiert"
- Disk Usage Server (Kleinere Variante): small_du_server.py [Hier testen.]
- Disk Usage Server (Größere Variante, zeigt auch die Verzeichnisinhalte an): du_server.py [Hier testen.]
- Logfile-Einträge speichern: save_webstats.py
- Datenbank anlegen (SQL-Statements): webstats_setup.sql
- Beispielabfragen für die gespeicherten Datenbanken (SQL-Statements): queries.sql
Python/LinKs/LinuxMagazin (last modified 2008-11-04 07:00:03)