csiro-data-school / python

Lesson webpage:
https://csiro-data-school.github.io/python
Other
3 stars 6 forks source link

Add doctests, scope and side effects back into functions episode #28

Closed DC23 closed 5 years ago

DC23 commented 5 years ago

For the sake of time, I have removed the planned sections on doctests, scope, and side-effects from the functions episode. They should be added back at some point.

In fact, functions itself could be split into two episodes - introductory and advanced. Introductory would then focus on just the absolute minimum needed to write and use simple functions. Everything else goes into advanced.