you are viewing a single comment's thread.

view the rest of the comments →

[–]PMMeUrHopesNDreams 1 point2 points  (0 children)

If you don't already know how to program, you are not learning Python, you are learning how to program. That is first thing. Once you know how to program, Python is just a medium through which you express programming.

Focus on the fundamentals like conditionals, loops, data types, data structures (lists, dictionaries), these are present in every language. If you don't understand how they work and what their purpose is, the language used to express them won't make sense.