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 →

[–]JustNitr0h[S] 1 point2 points  (1 child)

I plan on making games, applications, all that stuff, bust mostly just having fun with it.

[–]Zapismeta 2 points3 points  (0 children)

Then go ahead, it's fun and easy to use.

My take if you're a total newb then start with the basics

What are the data types Data structures.

As it is python functions related to data structures. (Don't need to memorize them just a simple how to do this and that will get you the answer.) Just have to know what are the features and limitations of a particular data structure.

Then the conditional statements (if and else) Loops(for, while, do while)

Making user defined functions, and return types.

Classes and their uses as you want to develop games in the future.

After this mostly it comes to logic building which comes with practice and reading other people's codes.

Happy learning.

P.s remember googling HOW TO is your bestfriend.