+ 5
What the better way to remember every functions,modules of python??
Please help i am a beginner
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.
+ 6
By writing more code containing them.
+ 3
Thanks a lot for your suggestion #DavidAshton
+ 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
+ 2
use a notebook to jote them all down
+ 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.
+ 1
write more and more codes in python and use the functions,modules. remember practice makes a man perfect
0
Is mayonaise an instrument????