Skip to content

Commit d0087c3

Browse files
committed
links typo
1 parent 43cf594 commit d0087c3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<p align="center">
2-
<img src="logo.png" alt="logo"/>
3-
</p>
4-
51
# Learn Python 3
62

73
[![Build Status](https://travis-ci.org/lmorillas/learn-python3.svg?branch=master)](https://travis-ci.org/lmorillas/learn-python3)
@@ -39,9 +35,9 @@ See [contributing](https://github.com/lmorillas/learn-python3/blob/master/CONTRI
3935
1. **File I\O** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/file_io.ipynb) [[exercise]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/exercises/file_io_exercise.ipynb)
4036
1. **Classes** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/classes.ipynb) [[exercise]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/exercises/classes_exercise.ipynb)
4137
1. **Exceptions** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/exceptions.ipynb) [[exercise]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/exercises/exceptions_exercise.ipynb)
42-
1. **Modules and packages** [notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/modules_and_packages.ipynb)
38+
1. **Modules and packages** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/modules_and_packages.ipynb)
4339
1. **Debugging** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/debugging.ipynb) [[exercise]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/exercises/debugging_exercise.ipynb)
44-
1. **Goodies of the Standard Library - part 1** [notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/std_lib.ipynb) [[exercise]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/exercises/std_lib1_exercise.ipynb)
40+
1. **Goodies of the Standard Library - part 1** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/std_lib.ipynb) [[exercise]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/exercises/std_lib1_exercise.ipynb)
4541
1. **Testing with pytest - part 2** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/testing2.ipynb) [[exercise]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/exercises/testing2_exercise.ipynb)
4642
1. **Virtual environment** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/venv.ipynb)
4743
1. **Project structure** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/beginner/notebooks/project_structure.ipynb)
@@ -60,7 +56,7 @@ Python is a powerful language which contains many features not presented in most
6056
1. **Idiomatic Python exercise** [[exercise]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/intermediate/exercises/idiomatic_python_exercise.ipynb)
6157

6258
#### Step up your `pytest` game
63-
1. **Efficient use of fixtures** [notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/intermediate/notebooks/pytest_fixtures.ipynb)
59+
1. **Efficient use of fixtures** [[notebook]](http://nbviewer.jupyter.org/github/lmorillas/learn-python3/blob/master/notebooks/intermediate/notebooks/pytest_fixtures.ipynb)
6460
1. Other tips and tricks
6561

6662
#### Best practices

0 commit comments

Comments
 (0)