Welcome to my Python learning repository! This repo contains organized folders and projects that reflect my journey as I learn Python from the basics to more advanced topics like data processing and GUI development.
| Folder | Description |
|---|---|
01-basics | Basic syntax, variables, and data types |
02-operators | Arithmetic, comparison, logical, and bitwise operators |
03-conditionals | If-else statements, nested conditions |
04-loops | For and while loops, loop control statements |
05-functions | Function definitions, arguments, return values |
06-error_handling | Try-except blocks, handling exceptions |
07-mini_projects | Small projects to apply what I've learned |
08-file_handling | Reading from and writing to files |
09-data_processing | Data manipulation using Python (e.g., with NumPy) |
10-visualization | Data visualization with libraries like Matplotlib |
11-gui | Graphical User Interface apps with Tkinter or others |
Sorular | Practice questions and exercises |
This repository serves as a personal study log and project archive for my Python learning process. It also aims to help other beginners who want a structured way to practice Python programming.
- Clone the repo:
git clone https://github.com/busradeveci/python-learning-projects.git