calculate-py-ay250 1.0.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

calculatepyay250 1.0.2

calculate_py_ay250
Project that evaluates mathematical expressions, including calls to the wolfram alpha api.
Built for UC Berkeley's AY 250 python data science course.
Main function is calculate, which can be called in two ways. First, from the command line:
$ python CalCalc.py -w 'mass of the moon in kg'
7.3459e+22

AND, from within Python
>>> from CalCalc import calculate
>>> calculate('mass of the moon in kg', return_float=True) * 10
>>> 7.3459e+23

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.