Welcome To Snipplr


Everyone's Recent Python Snippets



A python static class that handles simple thread management.
0 1727 posted 13 years ago by ytech
Soma example of validation parentheses in math expressions. [{()}] - valid [{){}] - wrong
0 2844 posted 13 years ago by AlexanderRavikovich
Extremely simple snippet showing the basic structure of a Python program.
1 1940 posted 13 years ago by denakitan
Tool to download youtube videos with STDIN (PIPE) support for playlist parsers like umph or youParse (PYTHON3+)
0 3036 posted 13 years ago by pantuts
This is a simple IRC bot connecting with SSL.
0 2464 posted 13 years ago by zhyar
Simple web parser using urllib and re libs.
1 2059 posted 13 years ago by zhyar
Require the ID3 lib. Place the script in the directory containing the mp3 files.
0 1531 posted 13 years ago by zhyar
Returns 5 random alphanumeric strings of arbitrary size.
0 1852 posted 13 years ago by zhyar
0 1697 posted 14 years ago by scrapy
0 2954 posted 14 years ago by scrapy
0 1884 posted 14 years ago by scrapy
0 2911 posted 14 years ago by scrapy
0 2973 posted 14 years ago by cphoover
I had hear about a method to run a method like an executable, with the arguments being passed in from the commandline. Apparently, Ruby has this with the Rake project. Well, Python has it with [Shovel](http://devblog.seomoz.org/2012/03/shovel-rake-fo...
0 2211 posted 14 years ago by pckujawa
0 2515 posted 14 years ago by akus85
0 2914 posted 14 years ago by munrobaggers
Making a python process exit with error code 1 after 30 seconds. Exit is unclean (no garbage is collected, no flushed buffers, etc...).
0 2267 posted 14 years ago by jarnaldich
Capture Web Screenshots easily with the [GrabzIt ](http://grabz.it/) Python API You will need the free [GrabzIt Code Library](http://grabz.it/api/python/download.aspx) to get started.
1 2061 posted 14 years ago by Maximus1983