RDFLib is a Python library containing an RDF triple store and an RDF/XML parser/serializer.
rdflib
Programming
python
xml
rdf
semanticweb
License:BSD
Daniel-Krech
PyChecker is a tool for finding common bugs in Python source code. PyChecker works as a replacement for stricter checks done by compilers for C and lint.
An example of a bug that PyChecker might catch is if a developer accidentally mistypes the name of a variable. A stricter language than Python might complain about an undeclared variable and not run, but as a scripting language, Python will happily continue on and the developer will see no error. Running PyChecker will warn the developer to the presence of a mispelling.
Mispellings are just the tip of the iceberg when it comes to PyChecker’s funtionality, and the tool has been in development since 2001.
PyChecker is recommended by Guido van Rossum, the creator of Python, as a good code analysis tool.
KInterbasDB is Python DB-API 2.0 compliant interface for Interbase and Firebird (IB Phoenix) relational database systems.
kinterbasdb
Database
Marek-Isalski
Alexander-Kuznetsov
License:BSD
interbase
interface
firebird
python
David-Rushby
Mod-PubSub is an open source publish-subscribe server and clients.
It is led by Joyce Park and Adam Rifkin, and used by their company, Renkoo.com.
mod-pubsub
Web
Ajax
python
twisted
License:BSD
adam-rifkin
joyce-park
Railroad is a standards based repository for binary files such as digital media, along with their metadata.
It is designed to be easy to integrate with content management systems and other client software.
“The Web Framework for Perfectionists with Deadlines.”
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Initially developed at a local newspaper in Kansas, it has since found favour for developing all kinds of sites and applications, from content-heavy sites such as www.lawrence.com to Web 2.0 applications such as www.tabblo.com.
Django is quite popular for its extensive documentation.