CSCI P-14110 Introduction to Programming, Computational Science, and Data Visualization
This is the course website CSCI P-14110
View On GitHub
Lesson 2 - More intro to programming, flow control
Resources
Reading
Py4E: Ch.
3
&
5
(you can just skim the Try & Except section)
Optional:
Loops Lecture, IS452
and
if-then Lecture, IS452
Optional:
SC’s loops lesson
Materials
Lecture 2 - Flow Control: (
view
,
source
,
present
)
Notebook example_hw_lesson02: (
view
,
download
)
Notebook inClass_lesson02: (
view
,
download
)
Notebook prep_notebook_lesson02: (
view
,
download
)
Notebook test_imports_lesson02: (
view
,
download
)