Python Source
A
Aspect-Oriented
 
B
Build Systems
 
C
CMS
Charting & Reporting
Code Analyzers
Connection Pools
 
D
Databases
 
E
ERP & CRM
 
H
HTML Parsers
 
I
IDEs
Installers
Issue Tracking
 
L
Logging Tools
 
N
Network Clients
 
P
PDF Libraries
Parser Generators
Persistence
Project Management
 
R
RSS & RDF Tools
 
S
Search Engines
 
T
Template Engines
Testing Tools
 
W
Web Frameworks
Web Servers
Web Services
Web Testing
Wiki Engines
Workflow Engines
 
X
XML Parsers
 

Open Source Ajax Frameworks

Pyjamas

Pyjamas is a web framework based on the translation of the application and libraries (including UI widgets and DOM classes) to Javascript and the packaging up of that Javascript code.

Go To Pyjamas

demjson.py

This is a comprehensive python binding to the JSON language-independent data encoding standard, which is often used as a simpler substitute for XML in AJAX-based web applications.

Go To demjson.py

SimpleJSON

SimpleJSON is a simple, fast, extensible JSON encoder/decoder for Python. It is compatible with Python 2.3 and later with no external dependencies. It covers the full JSON specification for both encoding and decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \\uXXXX escapes for unicode characters).

Go To SimpleJSON

json.py

json.py is an implementation of a JSON reader and writer in Python.

Go To json.py

Pycow

PyCow translates Python code to JavaScript code with the \"MooTools way of class declaration\".

Go To Pycow