Search code examples
pythonphysicsunits-of-measurement

Is there a standard pythonic way to treat physical units / quantities in python?


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.


Solution

  • The best solution is the Unum package. a de-facto standard, imho.