This repository contains Jupyter Notebooks for learning Python, data analysis, and machine learning.
- Introduction & Python Basics, NumPy, Pandas – variables, data types, functions, loops,arrays, math operations,DataFrames
- Data Cleaning – DataFrames, handling missing values
- EDA – data visualization and statistics
- Machine Learning – simple models, evaluation, and prediction
- Clone or download this repository.
- Open the notebooks in Jupyter Notebook or VS Code.
- Run the cells step by step to learn.