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