NumPy · Beginner's Guide · 3rd Edition

NumPy · Beginner's Guide · 3rd Edition
Authors
Idris, Ivan
Publisher
Packt Publishing
Tags
python
ISBN
9781785281969
Date
2013-01-01T00:00:00+00:00
Size
4.16 MB
Lang
en
Downloaded: 99 times

Build efficient, high-speed programs using the high-performance NumPy mathematical library

About This Book

Written as a step-by-step guide, this book aims to give you a strong foundation in NumPy and breaks down its complex library features into simple tasks

Perform high performance calculations with clean and efficient NumPy code

Analyze large datasets with statistical functions and execute complex linear algebra and mathematical computations

Who This Book Is For

This book is for the scientists, engineers, programmers, or analysts looking for a high-quality, open source mathematical library. Knowledge of Python is assumed. Also, some affinity, or at least interest, in mathematics and statistics is required. However, I have provided brief explanations and pointers to learning resources.

What You Will Learn

Install NumPy, matplotlib, SciPy, and IPython on various operating systems

Use NumPy array objects to perform array operations

Familiarize yourself with commonly used NumPy functions

Use NumPy matrices for matrix algebra

Work with the NumPy modules to perform various algebraic operations

Test NumPy code with the numpy.testing module

Plot simple plots, subplots, histograms, and more with matplotlib

In Detail

In today's world of science and technology, it's all about speed and flexibility. When it comes to scientific computing, NumPy tops the list. NumPy will give you both speed and high productivity. This book will walk you through NumPy with clear, step-by-step examples and just the right amount of theory. The book focuses on the fundamentals of NumPy, including array objects, functions, and matrices, each of them explained with practical examples. You will then learn about different NumPy modules while performing mathematical operations such as calculating the Fourier transform, finding the inverse of a matrix, and determining eigenvalues, among many others. This book is a one-stop solution to knowing the ins and outs of the vast NumPy library, empowering you to use its wide range of mathematical features to build efficient, high-speed programs.

**

About the Author

Ivan Idris

Ivan Idris has an MSc in experimental physics. His graduation thesis had a strong emphasis on applied computer science. After graduating, he worked for several companies as a Java developer, data warehouse developer, and QA Analyst. His main professional interests are business intelligence, big data, and cloud computing. Ivan enjoys writing clean, testable code and interesting technical articles. He is the author of NumPy Beginner's Guide, NumPy Cookbook, Learning NumPy Array, and Python Data Analysis. You can find more information about him and a blog with a few examples of NumPy at http://ivanidris.net/wordpress/.