A playlist to learn numpy
- Clone the repo
- create a virtual environment
- install from requirements.txt
git clone https://github.com/hiteshchoudhary/chai-aur-numpy.git
cd numpy-yt
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
check phases.ipynb
Pull requests are not expected in this repo. I keep this repo as to pass on source code to learners as it is.