This repository contains my Python and Data Science practice work as part of my preparation for Google Summer of Code (GSoC) 2026.
The goal of this project is to build strong fundamentals in:
- Python programming
- Data analysis using Pandas
- Writing clean, reproducible scripts
- Using Git & GitHub like an open-source contributor
python-datascience-practice/
βββ data/ # Datasets (CSV, etc.)
βββ notebooks/ # Jupyter notebooks for exploration
βββ scripts/ # Python scripts
β βββ basic_pandas.py
βββ hello.py
βββ README.md