This repository contains Python exercises and small projects I completed while learning Python. The exercises cover a variety of topics including basic syntax, loops, functions, file handling, datetime manipulation, string operations, and small interactive programs.
- Part 1: Basics (variables, input/output, arithmetic)
- Part 2: Loops and Conditions
- Part 3: Functions and Modules
- Part 4: File Handling
- Part 5: Classes and Object-Oriented Programming
- Part 6: Advanced Exercises (lists, dictionaries, more complex tasks)
- Part 7: Screen-Time Tracker (interactive program to record daily screen time)
Run the Python scripts with python script_name.py