Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
To combat a personal convenience issue and learn more about APIs, I made a python program that prompts a user for a YouTube playlist and transfers the songs from that playlist into a new or existing Spotify playlist (destination also prompted). I finally was able to get all the functionality working, but now I'd like to continue building the project, but I'm not really sure what to do next. Some things I'm interested in learning are building my own REST API and front and backend development, and wanted to incorporate that in this project by making a website where the transfers can be complete in a more aesthetically pleasing UI as opposed to just running a python file. Any advice would be greatly appreciated. Thanks!

What I have tried:

I've searched the Internet for project progressions for typical beginner trying to learn new technologies, but that search never amounted to much. I also tried diving into Django (since my project is currently in python) and its REST framework, but I thought that wouldn't be the best move without much direction
Posted
Updated 9-May-20 22:06pm
v2

1 solution

It is impossible to give a comprehensive answer to such a question in a Quick Answers forum. You need to do some research into the various web interfaces and frameworks that are available, all of which provide lots of materials to help you decide which one to use for your project. For example ASP.NET is widely used: Introduction to ASP.NET Web Programming Using the Razor Syntax (C#) | Microsoft Docs[^]. And that is only one of hundreds of helpful sites.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900