Spyder 6 IDE: numpy 2.1

Channel:
Subscribers:
7,760
Published on ● Video Link: https://www.youtube.com/watch?v=yd169cQ-Msg



Duration: 0:00
154 views
3


An overview of the numpy library. numpy is an abbreviation for numeric Python and is based around the ndarray class. The ndarray class is a datastructure which bridges the numeric datamodel previously explored in the int, float, bool and complex classes alongside the collection based datamodel previously explored in the tuple and list. The ndarray is the foundational data structure used for data science.

0:00:00 builtins datatypes
0:02:45 importing numpy
0:04:15 numpy library overview
0:06:32 ndarray overview
0:07:16 ndarray instantiation and attributes
0:13:28 ndarray constructors (array, empty, zeros, ones, full)
0:16:40 rows and columns
0:23:13 ndarray constructors from prototype array (empty_like, zeros_like, ones_like, full_like)
0:25:40 visualising higher dimensional arrays
0:29:55 constructing higher dimensional arrays
0:33:43 shape
0:35:37 flattening
0:38:58 indexing
0:42:32 collection based identifiers
0:49:47 broadcasting arrays (broadcast, broadcast_to)
0:58:30 sorting (sort, argsort)
1:06:02 ndarray constructors (arange, linspace and logspace)
1:08:17 avoiding naming conflicts with builtins
1:14:56 grids (ogrid and meshgrid)
1:18:55 numeric operators
1:25:35 datatypes, rolling over and overflow
1:28:44 boolean identifiers
1:33:45 set-like identifiers
1:37:11 statistical identifiers
1:57:32 vectorized math identifiers
2:09:25 numpy random module
2:18:39 datetime64 and timedelta64
2:24:50 numpy linalg module
2:32:00 scipy library api

Spyder IDE Playlist:
   • Spyder IDE: Scientific Python Develop...  

#numpy #spyder #python




Other Videos By Philip Yip


2025-01-26Installing VMware Workstation 17.6.2 on Windows 11 24H2 Host and Configuring Ubuntu 24.10 Guest
2025-01-25Installing a Windows Vista Guest on VMware Workstation Player 17.6.2
2025-01-25Installing a Windows 7 Guest on VMware Workstation Player 17.6.2
2025-01-24Installing a Windows XP Guest on VMware Workstation Player 17.6.2
2025-01-23Installing a Windows 98SE Guest on VMware Workstation Player 17.6.2
2025-01-10Installing VMware Workstation 17.6.2 on Ubuntu 24.10 Host and Configuring Windows 11 24H2 Guest
2024-10-12Windows 11 24H2 Clean Installation on a Dell XPS 8960
2024-10-07Creating a Windows 11 24H2 UEFI Bootable USB on Ubuntu 24.04 LTS
2024-10-07Spyder 6 IDE: numpy 2.1
2024-09-14Screencasting and Screen Recording in Windows
2024-09-14Spyder 6 IDE: matplotlib 3.9
2024-09-10Linux Mint 22 Installation and Setup on Dell Systems
2024-09-05Spyder 6 IDE: Installation on Windows 11 24H2
2024-09-04Removing Learn More About This Picture from Windows 11 Spotlight
2024-09-04Upgrade to Windows 11 24H2 on Unsupported Hardware
2024-09-04Installing/Setting up Windows 11 24H2 With a Local Account
2024-09-03Spyder 6 IDE: Installation on Ubuntu 24.04 LTS
2024-09-02Ubuntu 24.04.1 LTS Installation and Setup on Dell Systems
2024-08-17Spyder 6 IDE: Collection Datatypes (tuple, list, set, dict, namedtuple, defaultdict, deque classes)
2024-08-11Spyder 6 IDE: Numeric Datatypes (int, bool, float, Fraction, complex, Decimal classes)
2024-08-07Spyder 6 IDE: Text Datatypes (str, bytes and bytearray classes)