python-scripts/readme.md

9 lines
518 B
Markdown
Raw Normal View History

2014-04-10 04:57:38 +02:00
## Just another repo of Python scripts
2014-04-21 15:55:09 +02:00
1. **01_remove_all_pyc.md**: remove all *.pyc* files from a git repo
2014-05-02 23:55:19 +02:00
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
2014-05-04 02:11:21 +02:00
4. **05_load_json_without_dupes.py**: load json, convert to dict, raise error if there is a duplicate key
2014-05-05 09:40:08 +02:00
5. **06_execution_time.py**: class used for timing execution of code