Welcome To Snipplr


Everyone's Recent Snippets Tagged python



going to use twitterlocal to play around a bit with pygooglechart.
0 1708 posted 18 years ago by mandric
Any time I make PHP applications that interact with a database, I use this script. It generates one or more self-populating "View Objects" (a class that represents a single record from a DB). For example, rather than access a MySQL record-set by arra...
1 2079 posted 18 years ago by donkawechico
A way to post to twitter from Google AppEngine using urlfetch.
4 2220 posted 18 years ago by sgraber
Use this to start of new python applications.
1 1877 posted 18 years ago by kangell
0 1451 posted 18 years ago by rob_cowie
0 1324 posted 18 years ago by stagger
This is the SoftPRO library needed by the GUI Collector main file.
0 1380 posted 18 years ago by stagger
0 1479 posted 18 years ago by stagger
This is the main file. You also need the libraries posted here for the program to work.
0 1371 posted 18 years ago by stagger
0 1636 posted 18 years ago by stagger
0 1923 posted 18 years ago by rob_cowie
0 1762 posted 18 years ago by sgraber
I got halfway making this but switched to another method. Thought I'd save it just in case... options_for_select(): http://pylonshq.com/WebHelpers/module-webhelpers.rails.form_options.html#options_for_select Based on http://snipplr.com/view/169/u...
0 1390 posted 18 years ago by pr1001
1 2052 posted 18 years ago by arcturus
0 1946 posted 18 years ago by arcturus
You can also check other kind of perms changing the constant os.R_OK
0 1841 posted 18 years ago by arcturus
Obviously there's no real crytpo here -- use this for cases like regenerating and emailing a user password.
1 2116 posted 18 years ago by ches
model/form.py is a good place to put schemata in a pylons app: easy to build with inheritance and accessible to controllers via model.form.EmailForm, etc. See the link for further info on the _extra_fields options -- this one is intended for just two...
1 3300 posted 18 years ago by ches
like PHP's 'jS'
0 3044 posted 18 years ago by ches
The ASPN cookbook has many recipes for singletons in Python. So far, this one http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/412551 has been my favourite, because it is so simple and concise. However, I just ran into a brick wall when I tr...
0 1691 posted 19 years ago by n3x
1 1404 posted 19 years ago by abhiomkar
1 1499 posted 19 years ago by abhiomkar
Since the version of compose() that ships with functional only allows you to compose two functions, I present this version that composes n functions.
0 1511 posted 19 years ago by collin