5 Python tools that I use on every single project:
1. venv: I don't like Conda
2. black: To format my code
3. flake8: To enforce style consistency
4. logging: I try to avoid print statements
5. pytest: For testing my code
Generated by Thread Navigator
Press ⌘ + S to quick-export
