You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Sometimes you'll need to sort your lists in Python - alphabetically, from largest to smallest item, and so on. And there's a straightforward way to do this in your code. In this tutorial, Dillion ...