- NumPy Essentials
- Leo (Liang Huan) Chin Tanmay Dutta
- 129字
- 2021-07-16 11:16:33
Chapter 2. The NumPy ndarray Object
Array-oriented computing is the very heart of computational sciences. It is something that most Python programmers are not accustomed to. Though list or dictionary comprehension is relative to an array and sometimes used similarly to an array, there is a huge difference between a list/dictionary and an array in terms of performance and manipulation. This chapter introduces a basic array object in NumPy. It covers the information that can be gleaned from the intrinsic characteristics of NumPy arrays without performing any external operations on the array.
The topics that will be covered in the chapter are as follows:
- numpy.ndarray and how to use it-basic array-oriented computing
- Performance of numpy.ndarray-memory access, storage, and retrieval
- Indexing, slicing, views, and copies
- Array data types
推薦閱讀
- 數(shù)據(jù)庫(kù)系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- Beginning Java Data Structures and Algorithms
- Python 深度學(xué)習(xí)
- Mastering Concurrency in Go
- JavaScript+Vue+React全程實(shí)例
- Full-Stack React Projects
- Scala謎題
- 青少年P(guān)ython編程入門
- Nginx實(shí)戰(zhàn):基于Lua語言的配置、開發(fā)與架構(gòu)詳解
- Node.js全程實(shí)例
- 青少年信息學(xué)競(jìng)賽
- Python極簡(jiǎn)講義:一本書入門數(shù)據(jù)分析與機(jī)器學(xué)習(xí)
- Python:Deeper Insights into Machine Learning
- Hands-On Kubernetes on Windows
- Android初級(jí)應(yīng)用開發(fā)