|
1 | | -# Teach and learn Python 3 |
| 1 | +# Learn Python 3 |
2 | 2 |
|
3 | 3 | [](https://travis-ci.org/jerry-git/learn-python3) |
4 | 4 |
|
@@ -27,13 +27,14 @@ If you can not access Python and/or Jupyter Notebook on your machine, you can st |
27 | 27 | 1. [Dictionaries](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/dictionaries.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/dictionaries.ipynb) [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/dictionaries_exercise.ipynb) |
28 | 28 | 1. [For loops](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/for_loops.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/for_loops.ipynb) [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/for_loops_exercise.ipynb) |
29 | 29 | 1. [Functions](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/functions.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/functions.ipynb) [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/functions_exercise.ipynb) |
30 | | -1. [Testing with pytest - part 1](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/testing1.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/testing1.ipynb) |
31 | | -1. RECAP EXERCISE 1 |
32 | | -1. [File I\O](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/file_io.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/file_io.ipynb) |
| 30 | +1. [Testing with pytest - part 1](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/testing1.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/testing1.ipynb) [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/testing1_exercise.ipynb) |
| 31 | +1. Recap exercise 1 [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/recap1_exercise.ipynb) |
| 32 | +1. [File I\O](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/file_io.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/file_io.ipynb) [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/file_io_exercise.ipynb) |
33 | 33 | 1. [Classes](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/classes.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/classes.ipynb) [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/classes_exercise.ipynb) |
34 | | -1. [Exceptions](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/exceptions.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exceptions.ipynb) |
35 | | -1. Project structure |
| 34 | +1. [Exceptions](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/exceptions.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exceptions.ipynb) [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/exceptions_exercise.ipynb) |
| 35 | +1. Modules and packages |
36 | 36 | 1. [Debugging](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/debugging.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/debugging.ipynb) [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/debugging_exercise.ipynb) |
37 | 37 | 1. [Goodies of the Standard Library](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/std_lib.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/std_lib.ipynb) |
38 | | -1. [Testing with pytest - part 2](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/testing2.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/testing2.ipynb) |
39 | | -1. RECAP EXERCISE 2 |
| 38 | +1. [Testing with pytest - part 2](http://htmlpreview.github.com/?https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/html/testing2.html) [[notebook]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/testing2.ipynb) [[exercise]](https://github.com/jerry-git/learn-python3/blob/master/notebooks/beginner/exercises/testing2_exercise.ipynb) |
| 39 | +1. Project structure |
| 40 | +1. Recap exercise 1 |
0 commit comments