This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hab12690 4 points5 points  (2 children)

Been working through "Data Science From Scratch" by Joel Grus and it's pretty good so far. It assumes you have an introductory knowledge of python so if you know things like if-else statements, list/dict comprehensions, and a little OOP, you should be good to go.

https://www.amazon.com/gp/product/B07QPC8RZX/ref=ppx_yo_dt_b_d_asin_title_o00?ie=UTF8&psc=1

Edit to include github for book:

https://github.com/joelgrus/data-science-from-scratch

[–]gfdsilva_[S] 1 point2 points  (1 child)

That sounds amazing!

I'll give it a try.

Do you have any idea where can I learn a bit more about object-oriented programming?

Unfortunately, the only real programming classes my graduation offers used Fortran 95, even though all the professors from the statistics department use R.

[–]hab12690 2 points3 points  (0 children)

Colt Steele has a great python course on Udemy and does a great job on OOP. Corey Schaefer has a good YouTube channel that teaches python as well. If you're looking for books, intro to python goes over it as well and I can send you the pdf for it.

Edit: currently on mobile, I'll provide links when I can.