INLS 560 Programming for Information Professionals
INLS 560
Schedule
Course Info
WEEK 1
WEEK 2
WEEK 3
WEEK 4
WEEK 5
WEEK 2,
July 1
Assignment 2 due Sunday, July 7
Repetition Structures
-
Reading: Ch. 4
Slides
while loops
for loops
Sentinels, Input validation
Nested loops
Examples
Useful Links
Python docs: for Statements
Python Course: Loops
Functions
Reading: Ch. 5 (skip 5.10-11)
Slides
Overview
Function arguments
Variable scope
Value-returning functions
Examples
Useful Links
Python docs: Defining Functions
Python Course: Functions