- Learning IPython for Interactive Computing and Data Visualization(Second Edition)
- Cyrille Rossant
- 143字
- 2021-07-09 21:38:29
What this book covers
Chapter 1, Getting Started with IPython, is a thorough and beginner-friendly introduction to Anaconda (a popular Python distribution), the Python language, the Jupyter Notebook, and IPython.
Chapter 2, Interactive Data Analysis with pandas, is a hands-on introduction to interactive data analysis and visualization in the Notebook with pandas, matplotlib, and seaborn.
Chapter 3, Numerical Computing with NumPy, details how to use NumPy for efficient computing on multidimensional numerical arrays.
Chapter 4, Interactive Plotting and Graphical Interfaces, explores many capabilities of Python for interactive plotting, graphics, image processing, and interactive graphical interfaces in the Jupyter Notebook.
Chapter 5, High-Performance and Parallel Computing, introduces the various techniques you can employ to accelerate your numerical computing code, namely parallel computing and compilation of Python code.
Chapter 6, Customizing IPython, shows how IPython and the Jupyter Notebook can be extended for customized use-cases.
- 數據結構和算法基礎(Java語言實現)
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Expert Android Programming
- Python:Master the Art of Design Patterns
- Gradle for Android
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Oracle GoldenGate 12c Implementer's Guide
- ExtJS Web應用程序開發指南第2版
- Vue.js 3應用開發與核心源碼解析
- RocketMQ實戰與原理解析
- Scala Functional Programming Patterns
- Python硬件編程實戰
- Tableau Dashboard Cookbook
- Groovy 2 Cookbook