When starting in python get good with few concepts like
1.print statements
2. Variables
3.strings , floats, integers
4. Then Lists and tuples
Thread
1.print statements
2. Variables
3.strings , floats, integers
4. Then Lists and tuples
Thread

Then learn some techniques like
-> string formatting
->string concatenation
-> list indexing
-> list slicing
-> Range
-> Append
-> Remove
-> string formatting
->string concatenation
-> list indexing
-> list slicing
-> Range
-> Append
-> Remove

Learn about defining Functions
-> create your own functions
-> learn difference between print and return
Learn about conditionals
-> if , else , elif statements
-> create your own functions
-> learn difference between print and return
Learn about conditionals
-> if , else , elif statements

Learn Loops :
-> for and while loops
->break and continue
-> looping over functions and dictionaries
Learn list comprehensions
-> for and while loops
->break and continue
-> looping over functions and dictionaries
Learn list comprehensions

Learn about file processing
And
Builtin and imported modules
Solve basic exercises in b/w
Now , your pretty good to go for projects


Anything missing ? , comment down below
And
Builtin and imported modules
Solve basic exercises in b/w
Now , your pretty good to go for projects


Anything missing ? , comment down below