1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.. _faq:
Frequently asked questions
==========================
Why the name *Pint*?
--------------------
Pint is a unit and sounds like Python in the first syllable. Most important, it is a good unit for beer.
You mention other similar Python libraries. Can you point me to those?
----------------------------------------------------------------------
`natu <http://kdavies4.github.io/natu/>`_
`Buckingham <https://code.google.com/p/buckingham/>`_
`Magnitude <http://github.com/juanre/magnitude.git>`_
`SciMath <https://github.com/enthought/scimath.git>`_
`Python-quantities <https://github.com/python-quantities/python-quantities.git>`_
`Unum <https://bitbucket.org/kiv/unum>`_
`Units <https://bitbucket.org/adonohue/units/>`_
`udunitspy <https://github.com/blazetopher/udunitspy>`_
`SymPy <http://docs.sympy.org/dev/modules/physics/units.html>`_
`Units <https://bitbucket.org/adonohue/units/>`_
If your are aware of another one, please let me know.
|