-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sylwester Arabas edited this page Oct 12, 2024
·
4 revisions
Welcome to the open-atmos
python-dev-hints
wiki!
This Wiki is intended to facilitate sharing of developers' know-how that might be useful in development of open-atmos Python projects: PyPartMC, PySDM and PyMPDATA, which all have several common aspects:
-
Jupyter-based examples hosted in companion
-examples
repos - test automation with pytest
- docs-generation with pdoc
- code linting with pylint and nbqa
- code formatting with black and isort using pre-commit hooks
- employment of Numba JIT (PySDM and PyMPDATA only)
The hints are provided in a FAQ-style entries and grouped by the tool concerned -- see menu to the right.