Welcome To Snipplr


Everyone's Recent Python Snippets Tagged python



Example of some random number generation mechanisms built-in Python. More details in the following link: http://docs.python.org/library/random.html
0 624 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 553 posted 12 years ago by denakitan
Reference of simple operations with dates, such as formatting and arithmetic.
0 679 posted 12 years ago by denakitan
Snippet to verify whether or not a key exists in a python dictionary.
0 469 posted 12 years ago by denakitan
0 584 posted 12 years ago by eazyigz
2 766 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 647 posted 12 years ago by hlongmore
0 1398 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 690 posted 12 years ago by ches
0 531 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 493 posted 12 years ago by eristoddle
0 448 posted 12 years ago by eristoddle
0 550 posted 12 years ago by eristoddle
0 732 posted 12 years ago by eristoddle
0 662 posted 12 years ago by themoosemind
0 440 posted 12 years ago by alejandrombernardis
0 607 posted 12 years ago by silviud
I only did some improvements over another snippet.
0 638 posted 12 years ago by alvarohurtado84
0 400 posted 13 years ago by kylewu
1 524 posted 13 years ago by kylewu
See: http://docs.python.org/library/smtpd.html You might use other port instead 25.
0 711 posted 13 years ago by wnasich
Hi Guys, I had a job to remove all kinds of comments from the Lua file. I tried to find a usable Python script to this on the net, but Google did not help. Therefore, I made one. This script recognizes all types of comments such as single and mul...
0 1368 posted 13 years ago by Woodoo
A simple Ajax database app built with the Karrigell web framework for Python; PyDbLite, a non-SQL Python database engine; and JQuery in the browser
0 496 posted 13 years ago by jcastell