- For a quick review please check the codes/workshop directory
I also upload some videos and tutorials in my youtube and telegram channel which the requieing files are aploded here, please visit my Telegram channel scientific programming channel, YouTube, or Aparat.
References :
- Numerical Python A Practical Techniques Approach for Industry, Robert Johansson
- A Student's Guide to Python for Physical Modeling, Jesse M. Kinder & Philip Nelson
- A Primer on Scientific Programming with Python-Hans Petter Langtangen 4th Ed.(2014)
- Python Scripting for Computational Science - Hans Petter Langtangen 3rd Edition
The slides and codes are avalable from here and here. Also take a look at the these Examples
To install the required packages:
conda create --name myenv # making new environment
conda activate myenv # activating the environment
conda install -c conda-forge numpy scipy matplotlib
conda install -c anaconda ipython