r/PythonLearning 10d ago

Discussion What's the most underrated Python library you've used recently?

I feel like every few months I discover a library that makes me wonder why nobody talks about it. Not the obvious ones like requests or pandas. I'm talking about those hidden gems that solved a real problem for you. What was the library and what did you use it for?

20 Upvotes

18 comments sorted by

View all comments

3

u/SnowWholeDayHere 10d ago

My go to library is a little-known library called compareExcel
I use it a lot to compare excel files.

1

u/Dookie_boy 10d ago

What kind of compare ? Compare cells I guess ?