首頁 > 計算機網絡 >
編程語言與程序設計
> Learning IPython for Interactive Computing and Data Visualization(Second Edition)最新章節目錄
舉報

會員
Learning IPython for Interactive Computing and Data Visualization(Second Edition)
最新章節:
Index
Thisbooktargetsstudents,teachers,researchers,engineers,analysts,journalists,hobbyists,andalldataenthusiastswhoareinterestedinanalyzingandvisualizingreal-worlddatasets.Ifyouarenewtoprogramminganddataanalysis,thisbookisexactlyforyou.Ifyou'realreadyfamiliarwithanotherlanguageoranalysissoftware,youwillalsoappreciatethisintroductiontothePythondataanalysisplatform.Finally,therearemoretechnicaltopicsforadvancedreaders.Nopriorexperienceisrequired;thisbookcontainseverythingyouneedtoknow.
目錄(51章)
倒序
- coverpage
- Learning IPython for Interactive Computing and Data Visualization Second Edition
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Getting Started with IPython
- What are Python IPython and Jupyter?
- Installing Python with Anaconda
- Introducing the Notebook
- A crash course on Python
- Ten Jupyter/IPython essentials
- Summary
- Chapter 2. Interactive Data Analysis with pandas
- Exploring a dataset in the Notebook
- Manipulating data
- Complex operations
- Summary
- Chapter 3. Numerical Computing with NumPy
- A primer to vector computing
- Creating and loading arrays
- Basic array manipulations
- Computing with NumPy arrays
- Summary
- Chapter 4. Interactive Plotting and Graphical Interfaces
- Choosing a plotting backend
- matplotlib and seaborn essentials
- Image processing
- Further plotting and visualization libraries
- Summary
- Chapter 5. High-Performance and Parallel Computing
- Accelerating Python code with Numba
- Writing C in Python with Cython
- Distributing tasks on several cores with IPython.parallel
- Further high-performance computing techniques
- Summary
- Chapter 6. Customizing IPython
- Creating a custom magic command in an IPython extension
- Writing a new Jupyter kernel
- Displaying rich HTML elements in the Notebook
- Customizing the Notebook interface with JavaScript
- Summary
- Index 更新時間:2021-07-09 21:38:40
推薦閱讀
- 玩轉Scratch少兒趣味編程
- Mobile Web Performance Optimization
- 跟“龍哥”學C語言編程
- 深入實踐Spring Boot
- Web Development with Django Cookbook
- Java面向對象程序開發及實戰
- 精通網絡視頻核心開發技術
- Web程序設計(第二版)
- C程序設計案例教程
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Scala編程實戰(原書第2版)
- Mastering ROS for Robotics Programming
- Learning Laravel's Eloquent
- 零基礎學C語言程序設計
- Image Processing with ImageJ
- 后臺開發:核心技術與應用實踐
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Node.js區塊鏈開發
- 網絡綜合布線與組網實戰指南
- LibGDX Game Development By Example
- Developing RESTful Web Services with Jersey 2.0
- HTML5從入門到精通(第3版)
- LabVIEW虛擬儀器項目開發與實踐
- Java 8函數式編程
- Game Audio Development with Unity 5.X
- SignalR Blueprints
- 量子計算實戰
- Figma UI設計技法與思維全解析
- 碼農修行:編寫優雅代碼的32條法則
- Effective Debugging:軟件和系統調試的66個有效方法