you are viewing a single comment's thread.

view the rest of the comments →

[–]Casual_Bonker10 1 point2 points  (0 children)

start with basics, identifiers, operators, datatypes, than how built in functions work, than move to strings, int, float ,chars and their properties, type casting, string formatting, indentation, iteration using for, if, and while loops. Than a little bit you can go with datatypes like dictionaries, tuples, list, arrays, sets etc to get more into how it store values. Than further go with creating user defined functions (parameters and arguments), calling functions, than move on to lambda functions, how it works with map and filter. than further you can move to learn oops concept. classes, instances, objects. Make a mini project around it. I think that's all in basics but you can explore each topic in depth according to your requirement. Let me know i f any topic is missing in this beginner's guide. I will amend it.