Any tips on Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Any tips on Python?

Started learning Python, any tips how can I get the best results? ヽ(*⌒∇⌒*)ノ

20th Jan 2019, 1:56 PM
Revilllo
Revilllo - avatar
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
20th Jan 2019, 3:31 PM
Gabriel Felix dos Santos
Gabriel Felix dos Santos - avatar
+ 5
Master chalanges here on Sololearn.
20th Jan 2019, 2:01 PM
Hubert Dudek
Hubert Dudek - avatar
+ 3
Thank you very much dude! <3
20th Jan 2019, 3:45 PM
Revilllo
Revilllo - avatar
+ 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. ;-)
20th Jan 2019, 2:55 PM
HonFu
HonFu - avatar