dev-cheatsheets
dev-cheatsheets copied to clipboard
Python sections
Common use-cases
- [ ] Random
- [ ] Requests. And urllib
- [ ] File IO. Read, write, CSV, JSON.
- [ ] Argparse, Click
- [ ] Working with data structures. e.g. reverse keys and values in dict, sort, using sets
- [ ] Logging
- [ ] String formatting
- [ ] Regex
- [ ] download and upload file with requests