Difference between revisions of "Training: Basic Python"

(Resources)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Video ==
 
== Video ==
* [https://youtu.be/3iJMyMMwaeI Week 1]
+
* [https://www.youtube.com/watch?v=aYukDeA-8hE Part 1]
* [https://www.youtube.com/watch?v=9Aeg94PMUb0 Week 2]
+
* [https://www.youtube.com/watch?v=-UktTJDh_48 Part 2]
* [https://www.youtube.com/watch?v=_mQETXh41N8 Week 3]
+
* [https://www.youtube.com/watch?v=pCabwrUa26E Part 3]
  
 
== Resources ==
 
== Resources ==
 
Notebooks (static webpage):
 
Notebooks (static webpage):
* [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Python1%20Strings.ipynb Week 1: Notebook 1]
+
* [https://nbviewer.jupyter.org/github/coecms-training/basic_python_training/blob/master/Python1%20Strings.ipynb Part 1]
* [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Python2%20Builtin.ipynb Week 1: Notebook 2]
+
* [https://nbviewer.jupyter.org/github/coecms-training/basic_python_training/blob/master/Python2%20Builtin.ipynb Part 2]
* Week 2 Notebook: 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/ccarouge/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/ccarouge/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]
* [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Notebooks%20basics.ipynb Additional information on Notebooks]
 
  
Because of some special features used in the notebook for the second week, it isn't possible to render it as a static webpage. Please obtain it from the Github repository.
 
  
If you want interactive access to the notebooks (via Jupyter notebook), you can find them in [https://github.com/ccarouge/basic_python_training this Github repository]. If you don't know how to use Git and Github, please see our [[Git_Introduction|Git training]].
+
If you want interactive access to the notebooks (via Jupyter notebook), you can find them in [https://github.com/coecms-training/basic_python_training this Github repository]. If you don't know how to use Git and Github, please see our [[Git_Introduction|Git training]].
  
 
[[Category:Training]][[Category:Python]]
 
[[Category:Training]][[Category:Python]]

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.