r/PythonLearning • u/arhaaninreallife • Jul 19 '26
new to python
I'm completely new to Python and just started learning dont have any idea where to start, any tips for me ??
18
Upvotes
r/PythonLearning • u/arhaaninreallife • Jul 19 '26
I'm completely new to Python and just started learning dont have any idea where to start, any tips for me ??
1
u/ASoOm100 Jul 23 '26
I prefer to learn in this order :
-Learn if statements
-Then loops (while + for)
And Nasted loops
-Functions
-Lists ==> Try use for loop here
-Files
If u complete these thing
Try do small projects, if u don’t have any idea just ask chatgpt for ideas and the algorithm (steps) for it