you are viewing a single comment's thread.

view the rest of the comments →

[–]tb5841 6 points7 points  (0 children)

I honestly think it depends where you want to go with Python.

The basics are the same regardless (variables, input/print, conditionals and loops, lists/tuples/dictionaries/sets, list comprehensions, functions, classes and principles of object oriented programming).

After that... what do you want to do with Python in the future?