What the better way to remember every functions,modules of python?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What the better way to remember every functions,modules of python??

Please help i am a beginner

31st Aug 2019, 4:19 AM
Prajwal Sharma
Prajwal Sharma - avatar
9 Answers
+ 14
The absolute Best Way to learn them is to USE them. Practice writing your own codes for every new concept. Use Google a lot. It helps to see each new concept from several different viewpoints, so I suggest looking them up in a few other tutorials, for example, https://www.programiz.com/JUMP_LINK__&&__python__&&__JUMP_LINK-programming https://www.learnpython.org https://www.tutorialspoint.com/python/ https://docs.python.org/3.7/tutorial/ It's a slower process but it's worth it because the knowledge you get will stick.
31st Aug 2019, 5:14 AM
David Ashton
David Ashton - avatar
+ 6
By writing more code containing them.
1st Sep 2019, 10:31 PM
Sonic
Sonic - avatar
+ 3
Thanks a lot for your suggestion #DavidAshton
31st Aug 2019, 5:16 AM
Prajwal Sharma
Prajwal Sharma - avatar
+ 3
As David said. Plus: Scheduled repetition can help you in order not to forget stuff you're not using for a while. https://code.sololearn.com/W4P13u4XCmf9/?ref=app https://code.sololearn.com/cBsq5rYsIB1A/?ref=app https://code.sololearn.com/cL3QVCSUn0bp/?ref=app
31st Aug 2019, 9:30 AM
HonFu
HonFu - avatar
+ 2
use a notebook to jote them all down
1st Sep 2019, 8:14 PM
Nwobodo Ebube
Nwobodo Ebube - avatar
+ 1
These are the some cool tips for remembering the functions and modules. 1. Daily practice. 2.Use python interpreter in that use help and dir to know the functions information. For example Ex : import os Then try for dir(os) . So that you will come to know what and all operations we can perform through os module. use help(os) . So that you will come to know how to use.
31st Aug 2019, 12:25 PM
vamsisaikrishna
vamsisaikrishna - avatar
+ 1
write more and more codes in python and use the functions,modules. remember practice makes a man perfect
31st Aug 2019, 2:44 PM
sristy
sristy - avatar
0
Is mayonaise an instrument????
31st Aug 2019, 10:14 PM
Wuant