- 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
推薦閱讀
- Google Apps Script for Beginners
- 高效微控制器C語言編程
- Photoshop智能手機APP UI設計之道
- PHP程序設計(慕課版)
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Mastering Kali Linux for Web Penetration Testing
- 深入淺出DPDK
- Python Network Programming Cookbook(Second Edition)
- Python機器學習實戰
- Visual C++應用開發
- R大數據分析實用指南
- Python數據結構與算法(視頻教學版)
- 從零開始學Linux編程
- uni-app跨平臺開發與應用從入門到實踐
- C++程序設計教程(第2版)