CarlosGG's Knowledge Garden 🪴

Search

Search IconIcon to open search

Python

Last updated Mar 28, 2023 Edit Source

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

1
2
3
4
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