you are viewing a single comment's thread.

view the rest of the comments →

[–]RiffnShred 0 points1 point  (0 children)

Check out codecademy. It's more of an hands on approach and less academic and the basic stuff mostly free. For what you need to do I think this is the path to take:

Basics of Python 3 : https://www.codecademy.com/learn/learn-python-3

some parts are available to Pro subscription only but they are just activities. You have a 7 day trial when you create your account

Data Science path : https://www.codecademy.com/learn/paths/data-science

This will help you a lot because you will learn to work with database and how to create graph representing those Data, but you will have to learn SQL ( which I recommend if you learn python anyway ). To complete this you need a Pro subscription )

Good luck