Skip to content
/ numpy Public

:octocat: Numpy for handling n-dim array, algebraic operation, plotting, statistics, and NumPy array functions 🚀

Notifications You must be signed in to change notification settings

npshub/numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 30, 2020
2396de7 · Sep 30, 2020

History

33 Commits
Jun 13, 2020
Aug 29, 2020
Jun 13, 2020
Aug 29, 2020
Aug 29, 2020
Sep 5, 2020
Sep 2, 2020
Sep 13, 2020
Sep 5, 2020
Sep 9, 2020
Sep 12, 2020
Sep 12, 2020
Sep 12, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 30, 2020
Sep 30, 2020
Aug 29, 2020
Aug 29, 2020

Repository files navigation

Numpy

Introduction to Numpy

img

  • Prerequisites
  • The Basics
    • An example
    • Array Creation
    • Printing Arrays
    • Basic Operations
    • Universal Functions
    • Indexing, Slicing and Iterating
  • Shape Manipulation
    • Changing the shape of an array
    • Stacking together different arrays
    • Splitting one array into several smaller ones
  • Copies and Views
    • No Copy at All
    • View or Shallow Copy
    • Deep Copy
    • Functions and Methods Overview
  • Less Basic
    • Broadcasting rules
  • Fancy indexing and index tricks
    • Indexing with Arrays of Indices
    • Indexing with Boolean Arrays
    • The ix_() function
    • Indexing with strings
  • Linear Algebra
    • Simple Array Operations
  • Tricks and Tips
    • “Automatic” Reshaping
    • Vector Stacking
    • Histograms
    • Further reading

Numpy Basics

  • Data types
  • Array creation
  • I/O with NumPy
  • Indexing
  • Broadcasting
  • Byte-swapping
  • Structured arrays
  • Writing custom array containers
  • Subclassing ndarray

Example: Plot created using numpy meshgrid

img

About

:octocat: Numpy for handling n-dim array, algebraic operation, plotting, statistics, and NumPy array functions 🚀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published