This repository contains the programs in Python illustrated during the sessions.
Session | Title | Code Folder |
---|---|---|
1. | Introduction to Python | Session_1_Intro |
2. | Data Types and Conditionals | Session_2 |
3. | Control Statements - 2 | Session 3 |
4. | While Loops Practice | Session 4 |
5. | For Loops | Session 5 |
6. | Pattern Printing | Session 6 |
7. | Functions | Session 7 |
8. | Functions - 2 | Session 8 |
9. | Lists - 1 | Session 9 |
10. | Lists - 2 | Session 10 |
11. | 2D Lists | Session 11 |
12. | 2D Lists - 2 and Tuples | Session 12 |
13. | Problem Solving - 1 | Session 13 |
14. | Strings | Session 14 |
15. | OOP | Session 15 |
16. | Dictionaries and Sets | Session 16 |
17. | Problem Solving - 2 | Session 17 |