- Results for the tag 'python'
-
understanding p… at Fri 28 May 2010, 10:10 p.m.
Pretty good explanation what yield actually does
-
restkit a http … at Thu 02 Sep 2010, 2:11 p.m.
restkit a http resource kit for python from benoitc allows you to quickly build http objects and get response. I love the Resource class which allows you to make a bunch of simultaneous calls to an API. particularly an Oauth api where you get accesstoken and get logged in user information.
-
simple image ma… at Tue 16 Feb 2010, 10:34 p.m.
Simple Image masking with PIL. Trying to overlay transparent png and gif over a bordered plain image. Pretty handy snippet.
-
screenshot a ur… at Sat 30 Jan 2010, 12:45 p.m.
Screenshot a URL with Python and Qt and WebKit
-
nullege a smart… at Sat 09 Jan 2010, 10:59 a.m.
Nullege is a search engine for Python source code. It helps you find working samples for Python libraries form production-quality open source projects.
-
xapian in pytho… at Tue 29 Dec 2009, 7:08 p.m.
An article showing how to index data using xapian and search the data. The article also shows a django model where the data is indexed and put into an indexer which can be queried. Pretty useful if you are writing your own search backend with xapian. If you are using Django check out django haystack which has xapian backend as well.
-
profiling and o… at Mon 28 Dec 2009, 6:35 p.m.
A article from oreilly explaining how to profile and optimize your python code with standard libraries hotshot, timeit and profile. Pretty long and good insight..
-
woof simply exc… at Fri 27 Nov 2009, 7:36 p.m.
A simple python script which runs a server serves the file and immediately terminates.
-
python weather … at Mon 05 Oct 2009, 4:30 p.m.
Module that provides a python wrapper around the Yahoo! Weather, Google Weather and NOAA APIs. Useful some times.
-
mysql python an… at Sat 26 Sep 2009, 9:57 a.m.
Compiling MySQ, Python for Snow leopard. I personally dont use ports and I prefer to compile things.
-
pythonsqlparse at Thu 17 Sep 2009, 3:07 p.m.
sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.
-
using cracklib … at Fri 21 Aug 2009, 6 a.m.
Check if a password is a simple text. Useful library to check if password is really strong and secure. Handy to use with registration and change password forms
-
decoding captch… at Fri 17 Jul 2009, 6:20 p.m.
Decoding CAPTCHA's using the mighty python language. Simple & clever use of PIL can crack the captcha's. Freaking awesome isn;t it. Hats off to one brain behind it..
-
install lxml py… at Tue 23 Jun 2009, 10:54 a.m.
A tutorial on on installing libxml2 & libxslt on mac osx leopard.
-
beaker python at Sun 21 Jun 2009, 2:13 p.m.
Beaker is a library for caching and sessions for use with web applications and stand-alone Python scripts and applications. It comes with WSGI middleware for easy drop-in use with WSGI based web applications, and caching decorators for ease of use with any Python based application.
-
werkzeug at Sat 20 Jun 2009, 8:17 p.m.
Werkzeug is a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules.
-
python paste at Sat 20 Jun 2009, 8:15 p.m.
Yet another python web framework based on WSGI. A-Do-It-Yourself-Framework.
-
guppy python pr… at Mon 01 Jun 2009, 8:41 p.m.
Guppy is a programming environment providing object and heap memory sizing, profiling and analysis for python. It includes a prototypical specification language that can be used to formally specify aspects of Python programs and generate tests and documentation from a common source.
-
cython cextensi… at Mon 01 Jun 2009, 8:26 p.m.
Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex. Might be useful... Marking it here for the future.
