Reputation: 2262
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.
Upvotes: 21
Views: 2738
Reputation: 143755
The best solution is the Unum package. a de-facto standard, imho.
Upvotes: 9