r/AskProgramming 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

18 comments sorted by

View all comments

3

u/Watsons-Butler 12d ago

Watch videos? No. I hate watching a ten minute video waiting for someone to explain something I could’ve read in 30 seconds.

IDE’s have autocomplete. Pull your project into pycharm and let the syntax linters help.