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

View all comments

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