Difference between revisions of "Training: Basic Python"

(Resources)
(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: Notebook 1]
+
* [https://nbviewer.jupyter.org/github/coecms-training/basic_python_training/blob/master/Python1%20Strings.ipynb Week 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 Week 2: Notebook 1]
* 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/coecms-training/basic_python_training Github repository]
+
* 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]
* [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 Week 3: Arrays and Netcdf]
* [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]]

Revision as of 23:09, 3 June 2020

Video

Resources

Notebooks (static webpage):


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.