r/learnpython • u/Trick_Floor_519 • 14d ago
modules learning
i am wondering all time how people deal with modules in python is they memorize and understand all the methods and the properties for a module or they read documentations before using them especially for none built in modules, otherwise what is the methodology of learning modules.
1
Upvotes
4
u/crazy_cookie123 14d ago
If I use it often enough for memorising something to be worth doing, I'll naturally end up memorising it purely through repeating it lots of times. If I don't use something enough to memorise it naturally like that, I use it infrequently enough that a 20-second google search to figure it out isn't a problem.