/python_teaching_fall_2018

Notebooks for teaching Python this fall.

Primary LanguageJupyter Notebook

Resources for Introduction to Programming, Fall 2018

Short link to this repository: bit.ly/2zx5Hgx

Here are the notebooks we're working through, in order. If GitHub is having issues and not displaying notebooks, you can also see them on the nbviewer.jupyter.org site.


Teaching and Assignment Notebooks

Project Notebooks

Other Notebooks

Helpful resources:

pythontutor.com is great for running small blocks of code, and seeing how Python uses your code to do what you want. Copy and paste one of your programs into the editor, and step through your code to see exactly how it runs.

python.org