Python Playlist Fetcher | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python Playlist Fetcher

I'm working on a playlist (like a music player) programmed thru Python that can retrieve files from a server and echo them on a webpage. Any ideas or suggestions on where to start?

31st Jul 2017, 3:25 AM
Kamahni Huck
Kamahni Huck - avatar
1 Answer
+ 4
I you just want to read html and retrieve information inside, look at 'beautiful soup' module ^^ https://www.crummy.com/software/BeautifulSoup/bs4/doc/ If you want a Python back-end handling, look at Django, Flask or Bottle (in order from biggest to most minimalistic, not necessarly from better to worst -- it depend mainly of your purpose and your tastes -- they handle web serving so you can do AJAX and web API...)
31st Jul 2017, 5:39 AM
visph
visph - avatar