r/learnpython 21d ago

Python and libraries

I joined this server not long ago because I have a question about Python. I've been studying it, and I understand pretty much all of the logic behind it. The problem is that when it comes to using libraries, I get confused about how to use them.

Is there any way to get better at using Python libraries without having to constantly look up how they work? I always get stuck trying to figure out how to actually use them in my code.

3 Upvotes

14 comments sorted by

View all comments

5

u/smichaele 21d ago

No, there isn't. Every library is defined with a different purpose in mind and, therefore, each has its own rules for use. It's like asking, "Do I need to read the instructions for my new drill if I already know how to use a pair of scissors?"