Python On MySQLdb database access code
by ielectric.myopenid.com,
July 09, 2009 08:04
You should take a look at s...
Python On Mapping confobject to objec...
by hyposaurus,
July 03, 2009 05:24
this should run, you will n...
import functools def lower_if_string(x): ...
Python On String args to lower decorator
by R. Pate,
June 27, 2009 04:13
I'm seeing the @ doubled, i...
#!/usr/bin/python # show svn log as a summary with revision, username and comment on one line ...
#!/usr/bin/python # show svn log as a summary with revision, username and comment on one line ...
#!/usr/bin/python # show svn log as a summary with revision, username and comment on one line ...
def slug_to_lower(fn):
"""
Decorator to lowercase string arguments to a function.
...
def slug_to_lower(fn):
"""
Decorator to lowercase string arguments to a function.
...
def slug_to_lower(fn):
"""
Decorator to lowercase string arguments to a function.
...
Python On Mapping confobject to objec...
by Anonymous,
June 02, 2009 20:09
Can you provide a minimal e...
#!/usr/bin/python # show svn log as a summary with revision, username and comment on one line ...
Python On Reformat svn log output
by daniop.myopenid.com,
May 22, 2009 13:31
I just discovered how to ge...
Python On CamelCase to Camel Case (Py...
by snies,
May 11, 2009 12:55
@ Simon Hartley: Wouldn't i...
def __init__(self, interval, delegate): self.Event = threading.Event() self.Thread = threading.Thread( ...
def roll (pool):
return [random.randint(1,10) for d in xrange(pool)]
...
Python On Dice Pool Monte Carlo Using...
by joe,
February 27, 2009 06:40
a few things could be short...
Python On Williams Words
by cmurphycode.blogspot.com,
February 20, 2009 03:21
For some reason this failed...
Python On Loading and Unloading elements
by ielectric.myopenid.com,
February 05, 2009 23:16
yep, that's about it. you c...
toLoad = set(['two', 'three', 'four', 'one']) history = set(['two', 'twenty', 'five']) ...
Python On Loading and Unloading elements
by rem7.myopenid.com,
February 05, 2009 22:54
interesting... this is what...
Python On Loading and Unloading elements
by rem7.myopenid.com,
February 05, 2009 22:10
yeah, that's pretty much it...
Python On Loading and Unloading elements
by ielectric.myopenid.com,
February 05, 2009 21:58
What is your goal? To load ...

I'd strongly recommend usin...