- 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
推薦閱讀
- Node.js 10實戰
- C# Programming Cookbook
- Flask Web開發入門、進階與實戰
- Network Automation Cookbook
- Dependency Injection in .NET Core 2.0
- 51單片機C語言開發教程
- 微信小程序開發與實戰(微課版)
- Python Interviews
- 深入理解BootLoader
- Java自然語言處理(原書第2版)
- Getting Started with JUCE
- HTML5 WebSocket權威指南
- Parallel Programming with Python
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- 計算機常用算法與程序設計教程(第2版)