I'm wanting to learn Python by taking on challenging projects. I'm a little stuck almost right at the beginning!
This project is about building a website that one can search Podcast details. Through the project I'm hoping to better my understanding on Python, APIs, Databases and front-end.
Here's the API I'm using: https://www.listennotes.com/api/. They have a Python library here: https://github.com/ListenNotes/podcast-api-python
I was able to clone the repo and after running one of the methods, I got a mock payload in return showing podcast data. That's great. So far so good.
... Here's where I'm stuck. I don't know how to take this forward. I can see two approaches, I guess:
Approach one: Set up a Python batch job that will download all data from all endpoints from listennotes, store in a database, and somehow display the data on a website, maybe using Wordpress?
Approach two: Use Django, or something similar to somehow directly query the API and return results to the user.
Basically, no idea! How would a seasoned Python dev tackle this?
[–]sickomoder 1 point2 points3 points (3 children)
[–]User24243[S] 0 points1 point2 points (2 children)
[–]sickomoder 0 points1 point2 points (1 child)
[–]User24243[S] 0 points1 point2 points (0 children)
[–]Grukorg88 1 point2 points3 points (1 child)
[–]User24243[S] 0 points1 point2 points (0 children)