This repository contains Jupyter Notebooks and resources for learning Python basics, including variables, loops, file I/O, data analysis, and visualization. These notebooks are designed to be run using Binder or a local Jupyter Notebook environment.
- Day 1: Python Basics
- Getting started with Python and Jupyter Notebooks.
- Variables, data types, control flow, and functions.
- Day 2: File I/O and Data Analysis
- Reading and writing files.
- NumPy arrays and manipulations.
- Data analysis with
pandasand visualization withmatplotlib.
To run these notebooks locally, you need Python installed along with the following libraries:
numpypandasmatplotlib
- Clone this repository.
- Install dependencies using the command:
pip install -r requirements.txt
- Launch Jupyter Notebook:
jupyter notebook