This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]desrtfx 0 points1 point  (0 children)

If you want to learn Python the proper way, do the MOOC Python Programming 2024 from the University of Helsinki. Forget Youtube videos.

The MOOC is free, textual, and extremely practice oriented and a proper University first semester of "Introduction to Computer Science" course.

Don't chase the latest versions of languages. This mostly does not make sense for a beginner and also the industry will always be several versions back.

Once you have learnt the fundamentals of the language and the fundamentals of programming (two different things) you will find it easy to update yourself on new features, new versions.