Skip to content

Commit c8a3c45

Browse files
committed
Add additional examples
1 parent 3fb6e9f commit c8a3c45

File tree

4 files changed

+2133
-0
lines changed

4 files changed

+2133
-0
lines changed

source-code/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ was used to develop it.
2626
demonstrates `mypy`.
2727
1. `unit-testing`: illustrates writing unit tests with `unittest` and
2828
`pytest`.
29+
1. `oo_vs_functional.ipynb`: comparing object-oriented approach to
30+
functional approach, including coroutines.

source-code/iterators/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ often they can be constructed by using the Python standard library's
4242
1. `generating_data.py`: a retake of the data geenration script in
4343
Fundamentals, now using `itertools` and built-in Python functional
4444
features.
45+
1. `iterators_vs_generators.ipynb`: comparing iterators to generators.

0 commit comments

Comments
 (0)