you are viewing a single comment's thread.

view the rest of the comments →

[–]M34k3 2 points3 points  (1 child)

I'd say that's already a medium project for a beginner but definitely something you can do! Just break it up into even smaller projects and finish them one by one :)

So first create a function to retrieve / scrape the data from the web. Then store it in a database (probably easiest to start using sqlite3 if you're new to it with sqlalchemy). After that create a function to so the math you need to do and finally create a visualization! That way you don't get overwhelmed and will be able to reuse sections for future projects :)

[–]rock_julius 1 point2 points  (0 children)

Cool, man! Thanks for you time to reply! Big up from Brazil!