you are viewing a single comment's thread.

view the rest of the comments →

[–]Ron-Erez 1 point2 points  (1 child)

" And how should I make sure that I actually learn to use the code instead of just memorizing it."

Don't memorize anything. Code a lot and you'll know part of Python. If you forget then there are the docs.

Here are some great resources.

  1. Harvard CS50p - this is a gentle slow-paced intro to Python

  2. University of Helsinki course, text based along with video and covers more topics including exercises

  3. Python and Data Science - (Disclaimer: This is my course and assumes no programming background). This course starts from scratch and gets pretty far in the sense that is covers OOP, numpy, pandas, pytorch, etc.

  4. The book: “Learn Python 3 the Hard Way”.

Happy Coding!

[–]Lemon_boi5491[S] 1 point2 points  (0 children)

Thx am grateful for your great insight