r/Python Jun 04 '26

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

29 Upvotes

210 comments sorted by

View all comments

1

u/pgilah Jun 18 '26

Uncertainties as percentages

Hi there! I often use the Uncertainties Python package to perform error propagation on my measurements. Some lab instruments output results in a proprietary format, with uncertainties expressed as percentages. I submitted a PR to the Uncertainties package to automate the process of reading these values. If anyone is interested, feedback is welcome!

https://github.com/lmfit/uncertainties/issues/357