Last updated:
0 purchases
pycalc 0.0.2
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.