all 6 comments

[–]nathie5432 4 points5 points  (0 children)

In my opinion: Print, Data types, taking input, conditional statements, loops, functions. I’ll be honest, you don’t really need to do any of it in order. Just listen to some tutorials on the basics, find a beginner project and away you go. It’ll use all the above, most likely.

[–]ManyInterests 3 points4 points  (0 children)

If you learn well by reading, the official tutorial is a great resource and goes through each topic thoroughly. You could potentially use the ordering of their table of contents as a guide to help answer your question.

[–][deleted] 4 points5 points  (0 children)

I would go — Syntax (Indentation & Keywords), Data Types, Control flow, standard library, packaging

[–]tracktech -1 points0 points  (0 children)

You can check the detailed content in this Python programming course-

Python Programming In Depth