1 - 10 of 197 Faves|
vote
9
Faved by: mike
Sep 20 2009 - via code.google.com

View python logs in realtime via Firebug

1 FaverShareViewed: 6 Times
vote
6
Faved by: mike
Sep 04 2009 - via googleappengine.blogspot.com

Holy crap - XMPP support in AppEngine now! Now AppEngine has a real-time communication infrastructure.

1 FaverShareViewed: 6 Times
vote
11
Faved by: mike
Sep 09 2009 - via code.google.com

Data import and export to AppEngine using the bulkloader utility.

1 FaverShareViewed: 7 Times
vote
18
Faved by: mike
Jan 09 2009 - via ocw.mit.edu

I 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.

Quoted: 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.

1 FaverShareViewed: 15 Times
vote
8
Faved by: royleban
Aug 04 2009 - via psyco.sourceforge.net

Psyco is a Python extension module which can greatly speed up the execution of any Python code.

5 FaversShareViewed: 5 Times
vote
4
Faved by: mike
Jun 30 2009 - via www.b-list.org

Django templatetags uses a little bit of magic to import the libraries from all the INSTALLED_APPS list in settings.py.

1 FaverShareViewed: 3 Times
vote
18
Faved by: mike
Jul 14 2009 - via code.google.com

Here's how to use Django 1.0 from AppEngine.

from google.appengine.dist import use_library
use_library('django', '1.0')

2 FaversShareViewed: 17 Times
vote
3
Faved by: mike
Jul 12 2009 - via code.activestate.com

A bunch of code samples (in a variety of languages).

1 FaverShareViewed: 2 Times
vote
6
Faved by: mike
Jun 15 2009 - via docs.djangoproject.com

Generic Views in Django

Quoted: 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.

1 FaverShareViewed: 5 Times
vote
17
Faved by: mike
Jun 25 2009 - via googleappengine.blogspot.com

Query Performance

1 FaverShareViewed: 16 Times

Page 1