1 2 3 4
#? import PIL #? ...
Python Convert .pdf to .tiff
by setori88.myopenid.com,
October 20, 2008 07:04,
4 refactorings, tagged with python, open office, conversion, PIL
1 2 3 4
#!/usr/bin/python # -*- coding: utf-8 -*- ...
Python Parse XML from Yahoo weathe...
Is there a more efficient w...
1 2 3 4
#!/usr/bin/python # -*- coding: utf-8 -*- ...
Python Base64 image encoding and i...
Is this a correct a way to ...
1 2 3 4
#!/usr/bin/python # -*- coding: utf-8 -*- ...
Python Query TinyUrl the fastest way
I'm looking for the fastest...
1 2 3 4
import wsgiref.handlers from google.appengine.ext import webapp ...
Python Get request path using Goog...
by Zote,
July 14, 2008 18:34,
1 refactoring, tagged with python, google application engine, gae, request path
if my url is http://zote.ap...
1 2 3 4
def segment_pages(page): page.paginator.left = [] page.paginator.right = [] ...
Python Django / Python / Paginatio...
Really quickly ported some ...
1 2 3 4
import re def addWord(token, frequencies): ...
Python Count word occurrences in a...
This code counts number of ...
1 2 3 4
class SearchLet(Form): district = Field(widget=SelectMultiple(choices=DISTRICTS, required=False) ...
Python Django models search
I'm using the following cod...
Hello all
As the title s...