NumPy User Guide

Author/Creator: NumPy Developers
Curated By: Jonas Hartmann
Language: python
Field(s): array computation, data analysis
URL: http://docs.scipy.org/doc/numpy-dev/user/

Description

NumPy (or "numerical python") is one of python’s core packages for working with numerical data. It provides the user with the "numpy array", the most convenient data structure for operating on (large amounts of) numerical data and the most common data structure used in scientific python programming. The tutorial features a quickstart and an extensive guide, as well as a specific introduction for people switching over from MATLAB.

Level: Intermediate, Advanced
Format: Online (browser-based)
Time Required: 2-5h (quickstart tutorial), or longer (other content)
Prerequisites: Basic python
Access: free
Last Curated: 08/23/2016

Tags

[insert_php]
if(get_the_term_list(get_the_ID(), 'tutorial_tag')) {
echo get_the_term_list(get_the_ID(), 'tutorial_tag','

  • ','
  • ','

');
}
[/insert_php]