Python
- poetry
- pyenv
- pyenv-virtualenv
- python-future
- Python 2/3 compatibility
- pyautogui
- Automate desktop actions
- nicewin
- Windows API made easy
- dynaconf
- pytest + pytest-sugar
- attrs
- I like this better than dataclasses
- cookiecutter
- Project templates
- For an example: here
- mkdocstrings
- Sphinx alternative
- pdoc
- Sphinx alternative
- A Curious Course on Coroutines and Concurrency
TODO
- pylama
- Code audit tool
- radon
- Code metrics
- eradicate
- Remove commented-out code
- vulture
- Find dead code
- Asynchronous Object Initialization - Patterns and Antipatterns
- This was linked from somewhere and seemed interesting at a glance
- howtheysre
- Not quite "development", but this is the best place to put this repo
- CRLF vs. LF: Normalizing Line Endings in Git
- hacker-scripts
- Why I use attrs instead of pydantic