Python

Python is a programming language that lets you work quickly and integrate systems more effectively

Resources

Python and open source for science

Package management systems

Package publishing

python -m build
twine check dist/*
twine upload -r testpypi dist/*   # TESTING
twine upload dist/*

Books

Courses

Code

Most of the code entries in this digital knowledge garden are in Python. Just look around!

Package documentation

Packaging and dependency management