August 2016/Github: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
Inspiration: https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks#engineering-education | Inspiration: https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks#engineering-education | ||
CSC 142 Topics: | |||
* Procedural programming: methods | * Procedural programming: methods | ||
* Procedural programming: parameters | * Procedural programming: parameters | ||
| Line 18: | Line 18: | ||
* Introduction to objects | * Introduction to objects | ||
MATH 107 Topics: | |||
* units, percents, other essential math | |||
* graphical metohds | |||
* intro to statistics | |||
* std dev | |||
* normal distributions | |||
* linear functions | |||
[[Category:August 2016]] | [[Category:August 2016]] | ||
Revision as of 09:44, 17 August 2016
Goals:
- Teaching
- iPython notebooks
- Nice notebooks, re-usable material
Inspiration: https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks#engineering-education
CSC 142 Topics:
- Procedural programming: methods
- Procedural programming: parameters
- Procedural programming: return values
- Control structures: sequence
- Control structures: if/else
- Control structures: for
- Control structures: while
- File processing
- Arrays
- Introduction to objects
MATH 107 Topics:
- units, percents, other essential math
- graphical metohds
- intro to statistics
- std dev
- normal distributions
- linear functions