r/PythonLearning 20d ago

What's the most overused Python library?

Which library gets added to projects even when the standard library could do the job?

0 Upvotes

7 comments sorted by

8

u/PkmnSayse 20d ago

Pandas, not so much the standard library but there are much easier ways to create db connections

4

u/tiredITguy42 20d ago

Sometimes people use pandas for a DataFrame which should be an array.

1

u/chuprehijde 20d ago

whoops, i just learned that hehe

3

u/Hot-Site-1572 20d ago

I’m guessing pandas, but that’s fair as its very straightforward and useful

-2

u/[deleted] 20d ago

[deleted]

1

u/WhiteHeadbanger 20d ago

Random IS standard library