- Applying Math with Python
- Sam Morley
- 65字
- 2021-06-11 18:45:46
Technical requirements
In addition to the scientific Python packages NumPy and SciPy, we also need the SymPy package. This can be installed using your favorite package manager, such as pip:
python3.8 -m pip install sympy
The code for this chapter can be found in theChapter 03 folder of the GitHub repository at https://github.com/PacktPublishing/Applying-Math-with-Python/tree/master/Chapter%2003.
Check out the following video to see the Code in Action: https://bit.ly/32HuH4X.