Welcome To Snipplr


Everyone's Recent Snippets Tagged python



Recently I needed to capture a JSON feed of the top artists from Last.fm. The script makes a request for a JSON response which I later treat as a dictionary object. You'll probably need to sign up for an API Key before using this script
0 837 posted 12 years ago by chrisaiv
Django's middleware for global app login. With this middleware you don't have to decorate views by login_required decorator.
0 684 posted 12 years ago by lukasvinclav
Example of some random number generation mechanisms built-in Python. More details in the following link: http://docs.python.org/library/random.html
0 621 posted 12 years ago by denakitan
Basic thread example showing how to create a class inheriting from threading.Thread class. For more information, take a look at the following links: http://docs.python.org/library/thread.html http://docs.python.org/library/threading.html http://www.i...
0 551 posted 12 years ago by denakitan
Reference of simple operations with dates, such as formatting and arithmetic.
0 675 posted 12 years ago by denakitan
Snippet to verify whether or not a key exists in a python dictionary.
0 463 posted 12 years ago by denakitan
0 582 posted 12 years ago by eazyigz
2 761 posted 12 years ago by blackthorne
This is based on the JavaScript snippet at the snipplr URL listed. It in turn referenced a page that is no longer available. So I have decided to make my pythonification of the JavaScript available for others instead of hoarding it.
0 643 posted 12 years ago by hlongmore
0 1394 posted 12 years ago by ronakpatel2006
This context manager restores the value of the current working directory (cwd) after the enclosed code block completes or raises an exception. If a directory name is supplied to the context manager then the cwd is changed prior to running the code b...
0 686 posted 12 years ago by ches
0 529 posted 12 years ago by kidrock
Created to have a LEO editor file upload itself to dropbox. Just replace your dropbox email in the script. The script will ask you the name of the file without the extension, then will ask for your password and finally it uploads the file.
0 492 posted 12 years ago by eristoddle
0 447 posted 12 years ago by eristoddle
0 548 posted 12 years ago by eristoddle
0 730 posted 12 years ago by eristoddle
0 660 posted 12 years ago by themoosemind
0 437 posted 12 years ago by alejandrombernardis
0 605 posted 12 years ago by silviud
I only did some improvements over another snippet.
0 636 posted 12 years ago by alvarohurtado84
0 397 posted 13 years ago by kylewu
1 522 posted 13 years ago by kylewu