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.txtcheck 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.