python
Holy crap - XMPP support in AppEngine now! Now AppEngine has a real-time communication infrastructure.
1 FaverShareViewed: 6 TimesI see MIT is not teaching intro to CS using Python! Wow (so long having been Lisp/Scheme based).
Looks like a fun course, and you can do most of it online here with access to lecture notes and assignments.
1 FaverShareViewed: 15 TimesQuoted: This subject is aimed at students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems. It also aims to help students, regardless of their major, to feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class will use the Python programming language.
Psyco is a Python extension module which can greatly speed up the execution of any Python code.
5 FaversShareViewed: 5 TimesDjango templatetags uses a little bit of magic to import the libraries from all the INSTALLED_APPS list in settings.py.
1 FaverShareViewed: 3 TimesHere's how to use Django 1.0 from AppEngine.
from google.appengine.dist import use_library
use_library('django', '1.0')
Generic Views in Django
1 FaverShareViewed: 5 TimesQuoted: Writing Web applications can be monotonous, because we repeat certain patterns again and again. In Django, the most common of these patterns have been abstracted into “generic views” that let you quickly provide common views of an object without actually needing to write any Python code.
Related Content from Around Faves
django
-
Another django port - supports the django admin interface.
1 FaverViewed: 2 Times - mike - Jun 30 20091 FaverViewed: 3 Times
- mike - Jul 14 20092 FaversViewed: 17 Times
