Some features of numpy arrays
Wed 06 February 2019 by Franz Kirsten- check out the numpy website for docs and the like
- feel free to download and play around with the jupyter notebook on numpy
Installation
- assuming you have 'pip' installed run the following
pip install numpy
Coding in python in a Jupyter Notebook
Thu 22 March 2018
by Franz Kirsten
- I made some slides showing how to get started
- check out the jupyter website for docs and the like
- for further info on the jupyter extensions check out their github page
- feel free to download and play around with the notebook we worked on; (tarball contains both the notebook and …