⚠️ Caution: solutions in this repo weren't revised,
Feel free to contribute to this repo with your optimized ones.
This repository includes solutions of a set of selected problems from the book A Practical Introduction to Python Programming by Brian Heinold, in addition to some problems from advanced programming course (SCE411E) taught in Faculty of Engineering, Al-Azhar University, Egypt.
| Topic | Links |
|---|---|
| Chapter 1 | Getting Started |
| Chapter 2 | For Loops |
| Chapter 3 | Numbers |
| Chapter 4 | If Statements |
| Chapter 5 | Miscellaneous Topics I |
| Chapter 6 | Strings |
| Chapter 7 | Lists |
| Chapter 8 | More With Lists |
| Chapter 10 | Miscellaneous Topics II |
| Chapter 11 | Dictionaries |
| Chapter 12 | Text Files |
| Chapter 13 | Functions |
| Chapter 14 | Object Oriented Programming |
| GUI Exercises | GUI exercises |
| Additions | Midterm (2022/23) Midterm solution 2 (2022/23) Quiz 1 (2022/23) Quiz 2 (2022/23) Final (2020/21) |