Skip to Content
Mastering Numerical Computing with NumPy
book

Mastering Numerical Computing with NumPy

by Umit Mert Cakmak, Tiago Antao, Mert Cuhadaroglu
June 2018
Intermediate to advanced
248 pages
5h 27m
English
Packt Publishing
Content preview from Mastering Numerical Computing with NumPy

Advanced Numpy

Many libraries have nice and easy to use APIs. All you need to do is to invoke the provided API function and library will handle the rest of it for you. What's happening under the hood is not your concern and you are only interested in output. This is fine for most cases, however it's important to understand at least the basic internal of a library you are using. Understanding internals will help you to grasp what's going on with your code and what are the red flags that you should avoid while developing your applications.

In this chapter, NumPy internals will be reviewed such as NumPy's type hierarchy and memory usage. At the end of this chapter, you will learn about the code profiling to inspect your programs line by line. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Numerical Computing with Python

Numerical Computing with Python

Pratap Dangeti, Allen Yu, Claire Chung, Aldrin Yim
Scientific Computing with Python - Second Edition

Scientific Computing with Python - Second Edition

Claus Führer, Claus Fuhrer, Jan Erik Solem, Olivier Verdier
SciPy and NumPy

SciPy and NumPy

Eli Bressert

Publisher Resources

ISBN: 9781788993357Supplemental Content