- 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
推薦閱讀
- Docker技術(shù)入門與實(shí)戰(zhàn)(第3版)
- Java面向?qū)ο筌浖_發(fā)
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- Mastering Yii
- Flash CS6中文版應(yīng)用教程(第三版)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Learning DHTMLX Suite UI
- 劍指大數(shù)據(jù):企業(yè)級(jí)數(shù)據(jù)倉庫項(xiàng)目實(shí)戰(zhàn)(在線教育版)
- HTML5權(quán)威指南
- C語言程序設(shè)計(jì)簡明教程:Qt實(shí)戰(zhàn)
- RubyMotion iOS Develoment Essentials
- App Inventor 2 Essentials
- XML程序設(shè)計(jì)(第二版)
- HTML5與CSS3權(quán)威指南
- 現(xiàn)代C++語言核心特性解析