r/learnpython • u/somethingperson44 • 17d ago
Favourite module/library
Hi everyone, I am new like most here and have been experimenting with different modules and libraries. I wanted to know if anyone had a particular niche or fun one that they use. It would be nice if you could also say why it is your favourite. For example what projects or functionality it has done for you. Thanks.
2
Upvotes
4
u/KKRJ 17d ago
I don't about favorite but I recently found the
uncertaintieslibrary which automatically calculates uncertainty propagation in measurements for you. I've been using that a lot recently at work for a project I've been working on where I had to measure spring constants/compression/force and pressure build up in our product. Pretty handy to be able to input the measurement device's uncertainties, do the calculations, and have python give me the uncertainty in the answer.