This repository is a hands-on collection of Python exercises and notebooks, inspired by Kaggleโs Python course. Itโs designed for beginners and self-learners looking to build a strong foundation in Python programming.
This repo will include multiple files and topics such as:
- ๐งฎ Variables and Data Types
- ๐ Loops and Conditionals
- ๐ฆ Functions and Modules
- ๐ Lists, Dictionaries, and Sets
- ๐งช Booleans and Comparisons
- ๐ Simple Data Exploration
Each file is standalone and aims to reinforce one or more Python concepts.
- Browse through the
.py
or.ipynb
files. - Run them in your favorite IDE or Jupyter environment.
- Experiment with the code to deepen your understanding.
Here are some excellent resources to complement your learning: