# Scientific Python Library Development Guide

Along with the [Python Packaging User Guide](https://packaging.python.org/en/latest/),
another excellent resource for learning about Python development practice is the
[Scientific Python Library Development
Guide](https://learn.scientific-python.org/development/), a "guide is maintained by the
scientific Python community for the benefit of fellow scientists and research software
engineers".

I especially like their [topical
guides](https://learn.scientific-python.org/development/guides/) on topics like
[packaging](https://learn.scientific-python.org/development/guides/packaging-simple/)
and [getting started with Github Actions](https://learn.scientific-python.org/development/guides/gha-basic/).
