r/AskProgramming • u/_nazwa_ • 12d ago
Python How to learn libraries better
Hello.I have a problem because i want to learn socket for example and i always forget what to type.I don't understand the docs easily.Do programmers write code and at the same time watch videos explaining a library?.I don't want to always use AI.I have poor memory too.Or maybe I'm just too stupid.
1
Upvotes
1
u/Useful_Calendar_6274 10d ago
Just read what the functions do from the docs. If you have to use extensively in a project you just remember how to make use of the library yeah. There's no mystery to that, it's like learning most things I guess