This repository contains my Python learning exercises, practice scripts, and small projects.
It’s part of my journey to mastering Python, data analysis, and building a strong foundation for my upcoming tech career.
Here’s a quick overview of the types of files you’ll find here:
- Basic Python Syntax – print statements, variables, strings
- Control Flow – if/else statements, loops (
for
andwhile
) - Functions – reusable blocks of code
- Data Structures – lists, dictionaries, tuples, and sets
- File Handling – reading from and writing to files
Make sure you have Python 3 installed on your computer.
To run any script in this repo, open your terminal and type:
python3 filename.py