python rocks
Python® is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.
Eigene Python Module
barcode.py
Ich habe ein Python-Modul für Barcodes geschrieben. barcode.py dient zur Berechnung und Kontrolle der Prüfziffer der folgenden Barcodes:- EAN 13
- EAN 8
- UPCA
- UPCE
- CODE 2/5
- CODE 128 A
- CODE 128 B
- CODE 128 C
- SSCC
- EAN 128
Das Modul steht unter der LGPL.
Einige interessante Links:
- Python Sidebar (Einfach als Lesezeichen einfügen und schon hat man die Python Sidebar)
- Von Python, Umlauten, Unicode und Encodings
- Ein Python-Programm als Windows-Dienst
- Threading mit Event-Steuerung
- Einfacher Threading XML-RPC Server und Client
- Funktionen dynamisch aufrufen
- Dynamische Webinhalte und Netzwerkprogrammierung
- Template Engines (HTML)
- The Script Center Script Repository: Sample Python Scripts
- PySerial
- py2exe
- GUI Programmierung
- KInterbasDB
KInterbasDB is a Python extension package that implements Python Database API 2.0-compliant support for the open source relational database Firebird and some versions of its proprietary cousin Borland® Interbase®. In addition to the minimal feature set of the standard Python DB API, KInterbasDB also exposes nearly the entire native client API of the database engine.
CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast. We took all the good ideas we could find from our Python, Objective-C, etc. experience and adapted it to the crazy world of JavaScript.



