Difference between revisions of "Training: Basic Python"

(Video)
(Resources)
 
Line 6: Line 6:
 
== Resources ==
 
== Resources ==
 
Notebooks (static webpage):
 
Notebooks (static webpage):
* [https://nbviewer.jupyter.org/github/coecms-training/basic_python_training/blob/master/Python1%20Strings.ipynb Week 1]
+
* [https://nbviewer.jupyter.org/github/coecms-training/basic_python_training/blob/master/Python1%20Strings.ipynb Part 1]
* [https://nbviewer.jupyter.org/github/coecms-training/basic_python_training/blob/master/Python2%20Builtin.ipynb Week 2: Notebook 1]
+
* [https://nbviewer.jupyter.org/github/coecms-training/basic_python_training/blob/master/Python2%20Builtin.ipynb Part 2]
* Week 2 Notebook 2: the format of the Notebook prevents to give a static view of it. The Notebook called "Basic Python - Week 2..ipynb" is hosted on this [https://github.com/coecms-training/basic_python_training Github repository]
+
* Part 3: the format of the Notebook prevents to give a static view of it. The Notebook called "Basic Python - Week 2..ipynb" is hosted on this [https://github.com/coecms-training/basic_python_training Github repository]
* [https://nbviewer.jupyter.org/github/coecms-training/basic_python_training/blob/master/Week3-Arrays.ipynb Week 3: Arrays and Netcdf]
+
* [https://nbviewer.jupyter.org/github/coecms-training/basic_python_training/blob/master/Week3-Arrays.ipynb Part 4]
  
  

Latest revision as of 01:35, 14 July 2020

Video

Resources

Notebooks (static webpage):

  • Part 1
  • Part 2
  • Part 3: the format of the Notebook prevents to give a static view of it. The Notebook called "Basic Python - Week 2..ipynb" is hosted on this Github repository
  • Part 4


If you want interactive access to the notebooks (via Jupyter notebook), you can find them in this Github repository. If you don't know how to use Git and Github, please see our Git training.