by mydriasis on 8/3/2023, 1:50:35 PM
I really like more_itertools when I have the chance to use it, it's really nice and comes with lots of handy little things.
by david-j-vujic on 8/3/2023, 2:21:01 PM
One of my favorites is the Rich library, making it simple to develop nice-looking CLIs.
by david-j-vujic on 8/3/2023, 2:22:03 PM
Favorite from the Python builtins is Pathlib and the caching abilities of functools.
by PaulHoule on 8/3/2023, 1:45:48 PM
Any data analysis project starts out with pandas and jupyter.
As a python programmer, which packages have you used more frequently and those that have come handy ? which packages have solved your tricky problems ? which are some of the obscure and not-so-known packages that you have used ?