This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import glob, os | |
for root, dirs, files in os.walk('/'): | |
i = 0 | |
for file in files: | |
if file.endswith('.DS_Store'): | |
path = os.path.join(root, file) | |
print "Deleting: %s" % (path) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Title": "The Matrix", | |
"Year": "1999", | |
"Rated": "R", | |
"Released": "31 Mar 1999", | |
"Runtime": "136 min", | |
"Genre": "Action, Sci-Fi", | |
"Director": "Lana Wachowski, Lilly Wachowski", | |
"Writer": "Lilly Wachowski, Lana Wachowski", |