Skip to content

niradar/learn_numpy

Repository files navigation

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

About

Learning notes and practice while learning numpy

Topics

Resources

License

Stars

Watchers

Forks