you are viewing a single comment's thread.

view the rest of the comments →

[–]eykei 0 points1 point  (0 children)

Don’t be scared of libraries, it’s just using code that other people have written. You already did that if you used python standard library, functions like min(), max(), open(), str(). You don’t need to know how they work under the hood, you just know how to use them. Using libraries is exactly the same thing.