COMPSCI 119
Spring 2021
Introduction to Programming with Python
Professor William T. Verts
Rooms, Email, Web
Notes and Code
Duplicate of what's on Moodle
- Introductory Pre-Lecture
- Lecture #1 - Monday, February 1, 2021 - Zoom Link (Languages, Flowcharts, Introduction to Programming)
- Slides for Lecture #1
- Lecture #2 - Wednesday, February 3, 2021 - Zoom Link (Introduction to Python)
- Lecture #3 - Friday, February 5, 2021 - Zoom Link (Python Data Types)
- Lecture #4a - Monday, February 8, 2021 - Zoom Link (Simple Programs, input, print, if, while)
- Lecture #4b - Monday, February 8, 2021 - Zoom Link (Simple Programs, input, print, if, while)
- Lecture #5 - Wednesday, February 10, 2021 - Zoom Link (if-else and if-elif-else blocks, start counter loops
- Lecture #6 - Friday, February 12, 2021 - Zoom Link (Counter and Interactive loops, try-except)
- Lecture #7 - Monday, February 15, 2021 - Zoom Link (Introduction to Functions)
- Lecture #8 - Wednesday, February 17, 2021 - Zoom Link (Functions, Importing from Libraries, Default Parameters)
- Lecture #9 - Friday, February 19, 2021 (Structured Data Types: Lists, Tuples, and Strings)
- Lecture #10 - Monday, February 22, 2021 (Building Lists, Tuples, and Strings with Counter Loops)
- No Lecture on Wednesday, February 24, 2021 (UMass Wellness Day)
- Lecture #11 - Friday, February 26, 2021 (Constructing Lists: Counter Loops, Multiplication, Range, For-Loops)
- Lecture #12 - Monday, March 1, 2021 (Constructing Lists: For-Loops, List Compregensions)
- Lecture #13 - Wednesday, March 3, 2021 (List Comprehensions and Slicing)
- Lecture #14 - Friday, March 5, 2021 (List Special Cases, Uses of Lists)
Assignments
Links
Copyright © 2011-2020 Dr. William T. Verts (All Rights Reserved)