- 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
推薦閱讀
- Visual Basic .NET程序設計(第3版)
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Moodle Administration Essentials
- Instant Zepto.js
- Java Web程序設計
- Kotlin Standard Library Cookbook
- Magento 1.8 Development Cookbook
- PhoneGap Mobile Application Development Cookbook
- 從0到1:Python數據分析
- Hands-On Neural Network Programming with C#
- 網絡數據采集技術:Java網絡爬蟲實戰
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- INSTANT LESS CSS Preprocessor How-to
- Unity 3D UI Essentials
- PHP從入門到精通(第7版)