Skip to content

Ziaeemehr/workshop_scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is created for weekly sessions of Python scripting course at IASBS, Zanjan, Iran.

  • 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 :

  1. Numerical Python A Practical Techniques Approach for Industry, Robert Johansson
  2. A Student's Guide to Python for Physical Modeling, Jesse M. Kinder & Philip Nelson
  3. A Primer on Scientific Programming with Python-Hans Petter Langtangen 4th Ed.(2014)
  4. 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