Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 698 Bytes

File metadata and controls

21 lines (14 loc) · 698 Bytes

Python Best Practices

A collection of best-practice guides for coding in Python and Rust, maintained by the Nauticalab team.

Contents

Guide Description
Python Guidelines Common guidelines for writing clean, idiomatic Python
Rust Guidelines (coming soon) Best practices for safe, performant Rust code

Contributing

  1. Fork this repository and create a feature branch off dev.
  2. Add or update a guide under the appropriate directory (python/, rust/, etc.).
  3. Open a pull request targeting the dev branch.
  4. After review, changes are merged into dev and periodically promoted to main.

License

MIT