Welcome To Snipplr


Everyone's Recent Python Snippets Tagged python



« Prev 1 2 3 4 5 ... 13
Always gives me perfect date. Sample Output Current Day is: 1 Current Month is: 2 Current Year is: 2020 Current Hour is: 17 Current Minute is: 3 Current Second is: 8 Current Microsecond is: 556483
2 13112 posted 4 years ago by johnwalsh1
Clone any Github user's collection of public repositories
0 10329 posted 4 years ago by rootVIII
Useful for debugging
0 905 posted 5 years ago by wayneweicheng
 Just try the following Python Sample SMS Code scripts and you will find that sending SMS to your contact via this programming script is fun! 
1 1272 posted 6 years ago by Broadnet
Calculates the lcm of 2 or more numbers (based on a self-made algorithm)
0 749 posted 7 years ago by amirteymuri
Used to convert lists to string
0 975 posted 7 years ago by onlyforbopi
arr[::-1] does a list slice to reverse the array str(x) for x in arr[::-1] casts the ints in the array as strings map(str, arr[::-1]) does the same thing by using map to cast the ints " ".join() joins the resulting strings with a space
1 943 posted 7 years ago by denisemauldin
Display the google chrome bookmarks to html and then save to database.
1 1481 posted 8 years ago by Gauravwagh11
One day I got to wondering if it was possible to get a Python script to modify itself. After a few searches I found a solution that I present here. I did not write this code, but feel that it should be "paid forward" so others know that it is possibl...
1 938 posted 8 years ago by BustACode
A simple Python censor script that takes 2 arguments. One is for the text you want to censor and the other is the list of words that should not be viewed.
0 745 posted 9 years ago by arielinfante
Overview In an earlier post "OS.walk in Python", I described how to use os.walk and showed some examples on how to use it in scripts. In this article, I will show how to use the os.walk() module function to walk a directory tree, and the fnma...
1 896 posted 9 years ago by tionazo
Get all links from a website from: http://www.pythonforbeginners.com/code/regular-expression-re-findall
0 1810 posted 9 years ago by tionazo
Flatten a list of lists (or tuple of tuples, list of tuples, etc.) to any depth of nesting using no mutable objects.
1 1070 posted 9 years ago by alces
What kind of program is this?
0 674 posted 9 years ago by lancer229
Usage: 1. save the snippet as *fabfile.py* 2. and run: **$ fab -H myhost1,myhost2...** or set *env.roledefs['myrole'] = ['myhost1', 'myhost2', ...]* in *fabfile.py* and run this way: **$ fab -R myrole**
0 859 posted 9 years ago by alces
his simple patch solves the problem when building on windows with usernames with non-ascii letters.
0 845 posted 9 years ago by composite
for Cron: # run $ crontab -e # then add this */1 * * * * export DISPLAY=:0.0 && /home/username/path/to/script.py > /dev/null # then save. # This cron job will run every minute
0 828 posted 9 years ago by pantuts
Tiny python closure for combining redis keys with "format". Uses a closure so it does not remake the base key each use.
0 684 posted 9 years ago by dsonbill
Gets system, machine, OS and networking information and either writes it to a file or returns the data as a string.
1 752 posted 10 years ago by JordanRowles
This REST example uses pycurl library to send HTTP request and handle HTTP response so you need to install it to use this example. Once input Word documents are uploaded, you can use the following URI to merge documents on Aspose for Cloud or any sup...
0 1018 posted 10 years ago by johansonkatherine
to open and read a random wikipedia article
0 676 posted 10 years ago by naveenrn
This file starts at the bottom of the tree and recursively moves all of the files from that tree into another folder. To avoid overwriting files I prepended all of the files with a 9digit number.
0 696 posted 10 years ago by jlmarks
Code for single threaded python web server
0 811 posted 10 years ago by ronaklovespython
with layer set prefix option and custom output path
0 774 posted 10 years ago by janusoo
Photoshop python script export multiple files with each layerSet
0 945 posted 10 years ago by janusoo
Crea oraciones aleatoriamente a partir de lo que se ponga en las listas part1, part2 y part3
1 816 posted 10 years ago by a7xrturo
Hacer un pentágono con Turtle
0 1166 posted 10 years ago by a7xrturo
Cuenta vocales en la input.
0 1336 posted 10 years ago by a7xrturo
Contador de palabras en la input.
0 585 posted 10 years ago by a7xrturo
Calculadora de Área que soporta Cuadrado, Rectángulo, Triángulo, Círculo y Rombo.
0 809 posted 10 years ago by a7xrturo
« Prev 1 2 3 4 5 ... 13