@svpino: 5 Python tools that I use on e...
@svpino
11 views
Apr 21, 2026
Advertisement
1
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
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