Practice Python with 30-day coding challenges π
This repository contains my solutions and exercises for the "30 Days of Python" challenge by Asabeneh.
It is designed to help beginners and intermediate programmers learn Python step by step, from basics to advanced topics.
- Python Basics: Variables, Data Types, Operators, Strings, Lists, Tuples, Sets, Dictionaries
- Control Flow: If-Else statements, Loops
- Functions & Modules
- File Handling
- Object-Oriented Programming (OOP)
- Data Analysis with Pandas
- Web Scraping & APIs
- Mini Projects & Challenges
Each day has its own folder with instructions and Python script(s).