Difference between revisions of "Training: Basic Python"

(Created page with "== Resources == Notebooks: * [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Python1%20Strings.ipynb Notebook 1] * [https://nbviewer.jupyter.or...")
 
(Add video and github link)
Line 1: Line 1:
 +
== Video ==
 +
https://youtu.be/3iJMyMMwaeI
 +
 
== Resources ==
 
== Resources ==
Notebooks:
+
Notebooks (static webpage):
 
* [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Python1%20Strings.ipynb Notebook 1]
 
* [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Python1%20Strings.ipynb Notebook 1]
 
* [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Python2%20Builtin.ipynb Notebook 2]
 
* [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Python2%20Builtin.ipynb Notebook 2]
 
* [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Notebooks%20basics.ipynb Additional information on Notebooks]
 
* [https://nbviewer.jupyter.org/github/ccarouge/basic_python_training/blob/master/Notebooks%20basics.ipynb Additional information on Notebooks]
 +
 +
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]].

Revision as of 01:19, 6 June 2019

Video

https://youtu.be/3iJMyMMwaeI

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.