Use python as a calculator...
Project description
Python libraries such as numpy, sympy, and matplotlib in combination with IPython make for an excellent desktop calculator. Unfortunately, however, setting up an ipython session with all the necessary imports takes quite a while. Pycalc provides a way to quickly import all the libraries necessary for a powerful calculator without incurring a prohibitive start up time.
Setup
Pycaclc can be installed from pypi by issuing pip install –user pycalc. Pycaclc does not require for all it’s dependencies to be installed though. To get the full pycalc experience, run pip install –user -r recommended_requirements.txt.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.