pint

Package — ScientificPython 3.7+Expert

Physical quantities with unit conversion and dimensional analysis

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
typing-extensions, flexcache, flexparser
Install
pip install pint

Learn by Difficulty

Quick Example

python
# Install: pip install pint
import pint

# Basic pint usage
print(f"Using pint")
# See documentation for detailed examples

pint is a third-party package. Physical quantities with unit conversion and dimensional analysis. Install with: pip install pint

Try in Playground

Tags

packagescientificengineeringresearch