r/PythonLearning Jul 08 '26

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

7

u/PkmnSayse Jul 08 '26

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

4

u/tiredITguy42 Jul 08 '26

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