Welcome To Snipplr


Everyone's Recent Python Snippets



0 716 posted 15 years ago by fnurl
A dictionary-like class that can be used to assign unique integer IDs to names. This class is part of the [igraph library](http://igraph.sourceforge.net), but I need it occasionally in other projects so I post it here.
1 583 posted 15 years ago by ntamas
It is necessary on occasion to execute a command in interactive shell. (I needed to to get access to some env vars... ) While there are many way to accomplish this I opted to run my cmd in interactive mode. To do so I had to write this little wrappe...
0 1426 posted 15 years ago by adaminuwashinet
This function takes 2 arguments, first is the string to be encoded (or decoded) the second is optional and can be used to change the rotation amount to something other than 13.
0 466 posted 15 years ago by Valdemarick
I always forget this.
0 606 posted 15 years ago by tclancy
アルゴリズムコンテストの勉強会で紹介したGoogle App Engineで動くpythonコードです Djangoフレームワークを前提にしています。 あまりコードとしては参考にならないかも知れませんが、こã...
0 1549 posted 15 years ago by tamuratetsuya
Tumblr taglist generator returns your Tumblog tags under JSON format. Written in Python and utilized Google App Engine.
1 622 posted 15 years ago by doqtu84
Me trying to not be a noob in python. Yes, I know my noob is probably showing.
0 498 posted 15 years ago by jakswa
1 779 posted 15 years ago by vasilije
0 442 posted 15 years ago by trey
Here's a short program to print a list of all of the documents in your Google Documents account
0 435 posted 15 years ago by hemanthhm
みたいなカンジで「保持するmodel名の小文字+"_set"」でぶらさがるEntityのリストを取得できる。この名称はReferencePropertyのコンストラクタのcollection_name引数で指定する事もできる。
0 466 posted 15 years ago by tamuratetsuya
These are code snippets from different files for a Pylons project that show a working (provided the environment) htmlfill example.
1 865 posted 15 years ago by wackysalut
This source code uses the xml file posted here(http://snipplr.com/view/4138/backup-script2--confg-file/) to know which file should be sent and mailing configuration.
0 507 posted 15 years ago by mjsmagalhaes
0 526 posted 15 years ago by deepdown
This simple example tests and shows off a fully working FormEncode (v1.2) example. I've had a hard time finding an example, so I now give it to you.
1 762 posted 15 years ago by wackysalut
Also works with weighted degree or any other property you might think of.
0 779 posted 15 years ago by ntamas