Welcome To Snipplr


Everyone's Recent Python Snippets Tagged file



« Prev 1 Next »
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 700 posted 10 years ago by jlmarks
Place this snippent in your script, and call it like this: urllib.urlretrieve(getFile, saveFile, reporthook=report) Notice it is the 3rd argument that calls the function on each file that needs to be downloaded.
1 1710 posted 10 years ago by o0110o
This allows you to take a node that has expressions in it and create copies of them that are hard pathed. It will also disable said expression driven write nodes and disable them.
0 688 posted 11 years ago by throb
0 566 posted 11 years ago by scrapy
0 773 posted 13 years ago by magicrebirth
2 868 posted 13 years ago by magicrebirth
Tres formas de comprobar la existencia de un archivo: Three ways to test the existence of a file:
0 757 posted 13 years ago by eliluminado
save as a file and run....
0 766 posted 13 years ago by magicrebirth
0 912 posted 13 years ago by iloveitaly
Creates backups of "file.ext" in the form "file.Bx.ext", where Bx represents a sequential backup number from 1 (most recent) to 5 (oldest) Put the following symbolic links in your path ln -s path-to-this-file/age.py age ln -s path-to-...
0 586 posted 14 years ago by SimonTite
2 790 posted 14 years ago by manatlan
0 645 posted 14 years ago by manatlan
2 827 posted 17 years ago by whitetiger
0 615 posted 17 years ago by whitetiger
« Prev 1 Next »