Fall 2024
Fall 2024
Course Description
Text Book
Introduction to Programming Using Python by Liang, Y. D. (2013),Pearson.
Syllabus
| Week | Date | Covered Topics | Comments |
|---|---|---|---|
| 1 | 22/9 | Course organization | |
| 2 | 14/12 | Introduction | Lecture 1 |
| 3 | 21,29/12 | Repetition (loops) and Selection (if/else) | Lecture 2 |
| 4 | 4/01 | Exercises with Solutions | |
| 7 | 11/01 | Data Types | Lecture 4 |
| 5 | |||
| 6 | 18/01 | Sets in Python | Lecture 5 |
| 8 | 25/01 | ||
| 9 | Second Course | ||
| 10 | 8/3 | Function in Python | Lecture 1 |
| 11 | 15/3 | Python Calculator Using Functions | main.zip |
| 12 | Lecture 2 | ||
| 13 | Lecture 3 | ||
| 14 | Lecture 4 | ||
| 15 | Lecture 5 | ||
| 16 | Bank Account Manager Using Python | bank account manager |