python_teaching_fall_2018
python_teaching_fall_2018 copied to clipboard
Notebooks for teaching Python this fall.
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
- Variables
- Numbers
- Lists
- If Statements
- User Input
- Dictionaries
- Functions
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.