- Добавил: literator
- Дата: 23-10-2022, 15:35
- Комментариев: 0
![Learn NumPy Basics in Weekend Learning : NumPy Basics from Weekend Series](/uploads/posts/2022-10/1666528612_7261_l_arn_numpy_basics_in_w__k_nd_l_arning.jpg)
Автор: Hisham El-Amir
Издательство: Leanpub
Год: 2021-05-17 (Version 1.0.0)
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB
You will learn that NumPy has very efficient arrays that are easy to use due to the powerful indexing mechanism. This book describes some of the more advanced and tricky indexing techniques. This weekend, we will cover many fundamental operations of the NumPy. New NumPy-related developments seem to come to our attention every week, or maybe even daily. Also, what will you learn? You will learn that NumPy has very efficient arrays that are easy to use due to the powerful indexing mechanism. This chapter describes some of the more advanced and tricky indexing techniques. Also we will try to make an attempt to document the most essential methods that every NumPy user should know. NumPy has many methods—too many to even mention in this book! NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical methods to operate on these arrays. NumPy is famous for its efficient arrays.