![]() |
Help writing code to create a ranked list - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Help writing code to create a ranked list (/thread-11571.html) |
Help writing code to create a ranked list - swilson421 - Jul-16-2018 Hello! Recently I have been trying to order my favorite songs into a list on a larger scale (Top 50 favorite rock songs, for example). I’ve been looking around for a code where I can import all the songs I am considering putting in the list and it will present me with two or three options and I either pick one over the other, or rank the few it presents me with, and have that process repeat until it compiles the list from 1-50 (or whatever range you desire). I found a website that explains this idea but have been unable to find it since. I would appreciate anyone’s help! Also, please let me know if you have any confusion regarding my question or what I’m looking for. Thanks! ![]() Steven RE: Help writing code to create a ranked list - Larz60+ - Jul-16-2018 didn't look at it, but there's https://pypi.org/project/music_manager/ RE: Help writing code to create a ranked list - swilson421 - Jul-16-2018 I’m not sure if this is quite what I’m looking for, but thank you! |