I'm thinking about creating a program, possibly an app or a website, that can analyze a user's Spotify playlist (or any playlist really) to determine the most common chord progression. Right now, I only know C#, so I'm curious about what programming language would be the best fit for this project. Any advice would be appreciated!
1 Answer
You have a few options for this! Ideally, you'd want to use a language that has libraries for Spotify's API, but you can also dive in with C# since you’re already familiar with it. That said, I’d suggest Python as it’s quite easy to use and portable across platforms. But really, if C# is your jam, it makes sense to stick with it!

Just a heads up, the chord progression isn't directly available through their APIs.