standards-and-practices
standards-and-practices copied to clipboard
Recommendations for Python Development
Request for comments: what practices should we include in the writing of python code?
Here are a few to get the ball rolling:
- Use black for automatic code formatting: https://github.com/psf/black
- Write tests with pytest: https://docs.pytest.org/en/latest/
- All projects should have a requirements.txt , preferably with pinned requirements