Is there a standard pythonic way to treat physical units / quantities in python? I saw different module-specific solutions from different fields like physics or neuroscience. But I would rather like to use a standard method than "island"-solutions as others should be able to easily read my code.
Asked
Active
Viewed 2,201 times
21
4 Answers
10
quantities seems to be gaining a lot of traction lately.

julaine
- 382
- 3
- 12

Autoplectic
- 7,566
- 30
- 30
-
how do you install it using distribute – MySchizoBuddy Apr 09 '13 at 18:06
-
The given link is broken This one seems to work: https://github.com/python-quantities/python-quantities – Madlozoz May 24 '18 at 06:28
9
The best solution is the Unum package. a de-facto standard, imho.

Alex I
- 19,689
- 9
- 86
- 158

Stefano Borini
- 138,652
- 96
- 297
- 431