Difference between revisions of "Training: Basic Python"

(Resources)
Line 5: Line 5:
  
 
== Resources ==
 
== Resources ==
 +
Due to current issues with nbviewer, the links to the static webpage below do not work currently.
 +
 +
To access the training material, please retrieve them from the [https://github.com/ccarouge/basic_python_training Github repository] and view them with Jupyter Notebook.
 +
 
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/ccarouge/basic_python_training/blob/master/Python1%20Strings.ipynb Week 1: Notebook 1]

Revision as of 20:18, 20 May 2020

Video

Resources

Due to current issues with nbviewer, the links to the static webpage below do not work currently.

To access the training material, please retrieve them from the Github repository and view them with Jupyter Notebook.

Notebooks (static webpage):

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 this Github repository. If you don't know how to use Git and Github, please see our Git training.