5 Answers
+ 3
Hello, well, I have a different tip that I would like someone had said me: "never try to learn the things spead, because it will cost much of you. Study and practice it slowly and calm, because your fruits will be a lot of better."
But now, a program's tip is you ever practice after you have just learn a new topic, it will help you so much.
Else, when you have doubts about a module, try to use the dir and help functions.
For example, consideer that I wanna know all math's functions and what each one do, instead look it for net, just do it:
import math
print(dir(math))
print(help(math))
Dir: shows all functions of a module
Help: explains what each module's function does
+ 5
Master chalanges here on Sololearn.
+ 3
Thank you very much dude! <3
+ 1
1.) Continually add bits of knowledge from whatever source;
2.) write code using said bits;
3.) do as much of this as you can handle. ;-)