Python
- Python is a standard, interpreted computer language which can be downloaded and run on your PC. For this course, version 3.8 of Python available from Anaconda is recommended: https://www.anaconda.com/distribution/. The Anaconda distribution will automatically install all of the libraries necessary for mathematical operations (sin, cosh, definite integrals, etc.) as well as libraries for plotting graphs.
- The use of a Jupyter notebook for each assignement is recommended. These can be viewed and edited in your web brower and this system is also provided in the Anaconda distribution above. (For example, the Anaconda Navagator has a link which starts up a Jupyter notebook manager.)
- Once you have Python and Jupyter installed on your laptop, you can try out the example files which will listed below by
- Going to the Jupyter window in your browser which lists Jupyter notebooks to open.
- Clicking on the "upload" button on the right-hand side.
- Copying the web address given in the links below (or the link provided in pdf file for the problem assignment)
- Uploading and opening the notebook
- References which may be useful include:
Jupyter notebooks for lecture and problem sets