Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

LEARNING IPYTHON FOR INTERACTIVE COMPUTING AND DATA VISUALIZATION 2E
Título:
LEARNING IPYTHON FOR INTERACTIVE COMPUTING AND DATA VISUALIZATION 2E
Subtítulo:
Autor:
ROSSANT, C
Editorial:
PACKT
Año de edición:
2015
Materia
BASES DE DATOS - OTROS TEMAS
ISBN:
978-1-78398-698-9
Páginas:
200
39,95 €

 

Sinopsis

Book Description

Python is a user-friendly and powerful programming language. IPython offers a convenient interface to the language and its analysis libraries, while the Jupyter Notebook is a rich environment well-adapted to data science and visualization. Together, these open source tools are widely used by beginners and experts around the world, and in a huge variety of fields and endeavors.

This book is a beginner-friendly guide to the Python data analysis platform. After an introduction to the Python language, IPython, and the Jupyter Notebook, you will learn how to analyze and visualize data on real-world examples, how to create graphical user interfaces for image processing in the Notebook, and how to perform fast numerical computations for scientific simulations with NumPy, Numba, Cython, and ipyparallel. By the end of this book, you will be able to perform in-depth analyses of all sorts of data.

Table of Contents

1: GETTING STARTED WITH IPYTHON
2: INTERACTIVE DATA ANALYSIS WITH PANDAS
3: NUMERICAL COMPUTING WITH NUMPY
4: INTERACTIVE PLOTTING AND GRAPHICAL INTERFACES
5: HIGH-PERFORMANCE AND PARALLEL COMPUTING
6: CUSTOMIZING IPYTHON
What You Will Learn

Install Anaconda and code in Python in the Jupyter Notebook
Load and explore datasets interactively
Perform complex data manipulations effectively with pandas
Create engaging data visualizations with matplotlib and seaborn
Simulate mathematical models with NumPy
Visualize and process images interactively in the Jupyter Notebook with scikit-image
Accelerate your code with Numba, Cython, and IPython.parallel
Extend the Notebook interface with HTML, JavaScript, and D3