IPython Notebook Essentials

L. Felipe Martins

  • 出版商: Packt Publishing
  • 出版日期: 2014-11-23
  • 售價: $1,550
  • 貴賓價: 9.5$1,473
  • 語言: 英文
  • 頁數: 190
  • 裝訂: Paperback
  • ISBN: 1783988347
  • ISBN-13: 9781783988341
  • 相關分類: Python程式語言
  • 下單後立即進貨 (約3~4週)

商品描述

Compute scientific data and execute code interactively with NumPy and SciPy

About This Book

  • Perform Computational Analysis interactively
  • Create quality displays using matplotlib and Python Data Analysis
  • Step-by-step guide with a rich set of examples and a thorough presentation of The IPython Notebook

Who This Book Is For

If you are a professional, student, or educator who wants to learn to use IPython Notebook as a tool for technical and scientific computing, visualization, and data analysis, this is the book for you. This book will prove valuable for anyone that needs to do computations in an agile environment.

What You Will Learn

  • Quickly install and get started with IPython Notebook
  • Create interactive widgets in the Notebook
  • Master the Notebook's interface and navigation features
  • Create publication-quality graphs and displays of data with matplotlib
  • Add media to the Notebook with IPython's Rich Display System
  • Accelerate code using NumbaPro and concurrent computing
  • Perform advanced scientific computations with SciPy
  • Work with data in the Notebook with pandas

In Detail

In data science, it is difficult to present interesting visual or technical content, as it involves scientific notations that are not easy to type in a normal document format. IPython provides a web-based UI called Notebook, which creates a working environment for interactive computing that combines code execution with computational documents. IPython Notebook makes the task simpler as it was developed for scientific programming to solve larger problems through a series of smaller programs. IPython Notebook is used to learn Python in a fun and interactive way and to do some serious parallel / technical computing.

The book begins with an introduction to the efficient use of IPython Notebook for interactive computation. The book then focuses on the integration of technologies such as matplotlib, pandas, and SciPy. The book is aimed at empowering you to work with IPython Notebook for interactive computing, configuring it, creating your own notebooks / research documents. You will learn how IPython lets you perform efficient computations through examples with NumPy, data analysis with pandas, and visualization with matplotlib.