CE 311K: Introduction to Computer Methods (Python) Krishna Kumar, Assistant Professor, UT Austin Video lectures Course outline Lecture 00: Variables and assignment operator Lecture 01: Control flow Lecture 02: Errors Lecture 03: Functions Lecture 04: Data structures Lecture 05: Numerical differentiation and Taylor series Lecture 06: Exceptions Lecture 07: Vectors Lecture 08: Matrices Lecture 09: Linear Algebra Lecture 10: Useful libraries Homework Homework notebooks HW 00: Variables HW 01: Iterations and control flow HW 02: Errors HW 03: Functions and modules HW 04: Taylor series and Newton Raphson HW 05: Vectors and Matrices HW 06: Solving system of linear equations Lab Lab notebooks Lab 00: Variables Lab 01a: Iteration control flow Lab 01b: Iteration control flow Lab 01c: Nested loops Lab 02a: Roots and errors Lab 02b: Errors Lab 03: Functions Lab 04: Data structures Lab 05a: Exceptions Lab 05b: Roots Lab 06: Variables