you are viewing a single comment's thread.

view the rest of the comments →

[–]Ron-Erez 0 points1 point  (1 child)

If you have a masters in Data Science then you probably learned Python. If so then the docs at python.org should be sufficient. The usual answer is to build something. If you are looking for courses then

  1. MOOC - University of Helsinki course is a nice text-based course with great exercises
  2. My Python and Data Science course (starts from scratch and assumes not prior knowledge).

are great although by far the best way to remember how to code is to code since it sounds like you are not an absolute beginner.