Sort downloads
See original GitHub issueWhen looking at the downloads page, it is a bit confusing.
Because of how the LTS is organized, it looks like the releases are scattered, e.g.: (Imagine this as an actual table)
- Python 3.8.1 [Download]
- Python 3.6.7 [Download]
- Python 3.5.x [Download]
It just looks confusing. I feel like there should be a way to sort releases, and have the latest release have its own ‘recommended’ square (for newer users).
I’m thinking a dropdown titled “Sort By” with options such as 2.7 Series
, 3.8 Series
, 3.7 Series
, and so on for all the different semver releases of Python.
I’m open to suggestions on how this proposal itself could be improved.
EDIT: I have made a prototype that shows what I’m thinking. You can visit https://rdil.github.io/pythondotorg-downloads-page-prototype/ in your browser if you want to take a look.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
How to sort my "Downloads" folder by the download date?
In the download manager, files are sorted by their date of download and it's pretty useful. In the actual "Downloads" folder, they're sorted...
Read more >SORT Downloads | Veritas
Saty current with the latest software downloads, the downloads tab lets you find and download: patches, high availability agents, SCOM packs, ...
Read more >Remove Grouping & Sorting by Date in Downloads folder in ...
This post will help you restore your Downloads folder files back to previous Display view, from the Grouped by date view in Windows...
Read more >How to sort downloads folder by date crea… - Apple Community
How to sort downloads folder by date created when using it to upload files. Hi team, when I'm trying to use my downloads...
Read more >How to Organize and Improve Your Downloads Folder in 3 ...
To do it in Chrome, go to Menu > Settings. Scroll to the bottom and choose Advanced. Under the Downloads header, click the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I thought the ordering on the download page was ‘ODD’, but just burned almost an hour on an internatational call because the customer I was dealing with ignored directions, and downloaded the version at the top (followed by other irrelevant issues…). Having v3.7.7 appear ABOVE 3.8.2 (as shown below) can (and HAS) only cause confusion!
I’d suggest that DEFAULT sort should be latest version at the top to be the most intuitive for most users. Providing other options for sorting/filtering is fine for those with other or specific needs.
I like that aswell. When I first opened this issue, I was imagining a table for the newest releases in each series, e.g. only the latest 3.8, 3.7, etc. but your suggestion also works.