Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 926 Bytes

File metadata and controls

34 lines (26 loc) · 926 Bytes

Learn Numpy

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.

Installation

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment:

    • On Windows:
      .\venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  3. Install the required packages:

    pip install -r requirements.txt

Contact

Nir Adar, niradar@gmail.com

Repository

https://github.com/niradar/learn_numpy