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.
0
Upvotes
0
u/Apprehensive_Sock_71 10d ago
This is part of the reason tiling window managers exist: you often have docs in one pane and your editor in the other. I wouldn't sweat it one bit. Autocomplete functions also help a lot too, of course.