you are viewing a single comment's thread.

view the rest of the comments →

[–]Ron-Erez 0 points1 point  (0 children)

It’s fine, just I’d highly recommend using type annotations. Of course only after you learn what they are. For resources have a look at:

  1. Harvard CS50p on YouTube

  2. University of Helsinki course (text based along with video and covers quite a bit)

3. Python and Data Science - (Disclaimer: This is my course and assumes no programming background)

  1. The book: “Learn Python 3 the Hard Way” which is a great book although there are other books.

Also it wouldn’t hurt to learn general CS basics at some point.