» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with example + python

Phil in Hong Kong − Simple to return JSON from Google App Engine Database

"class MainPage(webapp.RequestHandler): def post(self): greetings = db.GqlQuery("SELECT * FROM Greeting ORDER BY date DESC LIMIT 10") result = {} count = 0 for greeting in greetings: result[count] = cgi.escape(greeting.content) count = count 1

json: del.icio.us/tag/json

JSON-RPC Example

How to build a JSON-RPC-style API using WebOb

json: del.icio.us/tag/json

Let's get cookin'

the source of this Django site is GPL and available somewhere

opensource: del.icio.us tag/opensource

Revision 91: /trunk

but take a look here for a working setup.py: ... and some good examples of various boost.python bits and pieces

SCons: del.icio.us/tag/scons

Revision 103: /numpycpp

and numpycpp has some of the bits you need to get boost.python and numpy working in the same module

SCons: del.icio.us/tag/scons

xmpppy: the jabber python project

xmpppy is a Python library that is targeted to provide easy scripting with Jabber. Similar projects are Twisted Words and jabber.py.

opensource: del.icio.us tag/opensource

Page 1 | Next >>