standards-and-practices icon indicating copy to clipboard operation
standards-and-practices copied to clipboard

Recommendations for Python Development

Open zbyte64 opened this issue 5 years ago • 23 comments

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

zbyte64 avatar Sep 26 '19 15:09 zbyte64