This repository contains my learning notes and practice while learning numpy. My numpy cheat sheet is here - based on what I've learnt. Additional Hebrew notes are here.
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
.\venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
-
Install the required packages:
pip install -r requirements.txt
Nir Adar, niradar@gmail.com