+ 1
How to become a expert in python
3 odpowiedzi
+ 3
Well first I'd recommend to start with the SoloLearn's Python tutorial, after these are clear:
Variables
Basic datatypes:
Strings
Integers
Floats
Booleans
Iterables:
List
Tuples
Dictionaries
Sets
Functions
Conditional statements
Loops
Exception handling
File handling
OOP:
Classes
Objects
Modules
Then you might be ready for next step.
+ 2
I would say practice
+ 2
Thank you sir