python

TwitterFacebook
Get flash to fully experience Pearltrees
django

Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed . The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp , but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure. http://www.tornadoweb.org/

Tornado Web Server

See All Sessions Creating relatively simple applications that scale with App Engine can be easy after the initial learning curve.

I/O - Building Scalable, Complex Apps on App Engine

http://www.google.com/events/io/2009/sessions/BuildingScalableComplexApps.html
http://labs.metacarta.com/blog/27.entry/geographic-queries-on-google- MetaCarta Labs offers experimental tools that are not yet commercially supported, so they may disappear without warning or perform erratically.

From the Labs » Blog Archive » Geographic Queries on Google App

Open source Python modules, linguistic data and documentation for research and development in natural language processing and text analytics, with distributions for Windows, Mac OSX and Linux. http://www.nltk.org/Home

NLTK Home ‎(Natural Language Toolkit)‎

App Engine executes your Python application code using a pre-loaded Python interpreter in a safe "sandboxed" environment.

Python Runtime Environment - Google App Engine - Google Code

https://developers.google.com/appengine/docs/python/runtime
http://www.editra.org/ +Add ability to customize spelling dictionary and behavior.

Homepage | Editra.org

Design Patterns in Python

Alex Martelli is a leading light of the Python programming language community. He is a leader in the development of the language, author of Python in a Nutshell and has written extensively on Python in other books and articles. http://bandb.blogspot.com/2007/07/design-patterns-in-python.html
py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation. http://www.py2exe.org/

Python Executable Converter

Another Rapid Python Web Application Framework

http://turbogears.org/ Give It a Try $ virtualenv --no-site-packages tg2env $ cd tg2env/ $ source bin/activate (tg2env)$ easy_install -i http://tg.gy/current tg.devtools (tg2env)$ paster quickstart example (tg2env)$ cd example (tg2env)$ python setup.py develop (tg2env)$ paster setup-app development.ini (tg2env)$ paster serve development.ini