python-scripts/readme.md
2014-05-03 19:10:43 -05:00

8 lines
447 B
Markdown

## Just another repo of Python scripts
1. **01_remove_all_pyc.md**: remove all *.pyc* files from a git repo
1. **02_find_all_links.py**: get all links from a webpage
1. **03_simple_twitter_manager.py**: accessing the Twitter API, example functions
3. **04_rename_with_slice.py**: rename group of files, within a single directory, using slice
4. **05_load_json_without_dupes.py: load json, convert to dict, raise error if there is a duplicate key