-
Check the
case_study_gnod.md
file. -
Make sure you've understood the big picture of your project:
- the goal of the company (
Gnod
), - their current product (
Gnoosic
), - their strategy, and
- how your project fits into this context.
Re-read the business case and the e-mail from the CTO, take a look at the flowchart and create an initial Trello (or git-hub project) board with the tasks you think you'll have to accomplish.
- the goal of the company (
In the first notebook, you have to scrape data about "hot songs". It's critical to be on track with that part, as it was part of the request from the CTO.
If you're done, you can try to expand the project on your own. Here are a few suggestions:
- Find other lists of hot songs on the internet and scrape them too: having a bigger pool of songs will be awesome!
- Apply the same logic to other "groups" of songs: the best songs from a decade or from a country / culture / language / genre.
- Wikipedia maintains a large collection of lists of songs: https://en.wikipedia.org/wiki/Lists_of_songs
Go to Further_questions file to answer some more questions.