目錄(81章)
倒序
- coverpage
- NumPy Essentials
- Credits
- About the Authors
- About the Reviewers
- www.PacktPub.com
- Why subscribe?
- Free access for Packt account holders
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. An Introduction to NumPy
- The scientific Python stack
- The need for NumPy arrays
- NumPy in Academia and Industry
- Code conventions used in the book
- Installation requirements
- Summary
- Chapter 2. The NumPy ndarray Object
- Getting started with numpy.ndarray
- Array indexing and slicing
- Memory layout of ndarray
- Views and copies
- Creating arrays
- Array data types
- Summary
- Chapter 3. Using NumPy Arrays
- Vectorized operations
- Universal functions (ufuncs)
- Broadcasting and shape manipulation
- A boolean mask
- Helper functions
- Summary
- Chapter 4. NumPy Core and Libs Submodules
- Introducing strides
- Structured arrays
- Summary
- Chapter 5. Linear Algebra in NumPy
- The matrix class
- Linear algebra in NumPy
- Decomposition
- Polynomial mathematics
- Application - regression and curve fitting
- Summary
- Chapter 6. Fourier Analysis in NumPy
- Before we start
- Signal processing
- Fourier analysis
- Fourier transform application
- Summary
- Chapter 7. Building and Distributing NumPy Code
- Introducing Distutils and setuptools
- Preparing the tools
- Building the first working distribution
- Testing your package
- Distributing your application
- Summary
- Chapter 8. Speeding Up NumPy with Cython
- The first step toward optimizing code
- Setting up Cython
- Hello world in Cython
- Multithreaded code
- NumPy and Cython
- Summary
- Chapter 9. Introduction to the NumPy C-API
- The Python and NumPy C-API
- The basic structure of an extension module
- Creating an array squared function using Python C-API
- Creating an array squared function using NumPy C-API
- Building and installing the extension module
- Summary
- Chapter 10. Further Reading
- pandas
- scikit-learn
- netCDF4
- SciPy
- Summary 更新時間:2021-07-16 11:16:47
推薦閱讀
- Python深度學習
- C# 從入門到項目實踐(超值版)
- Production Ready OpenStack:Recipes for Successful Environments
- Learning Informatica PowerCenter 10.x(Second Edition)
- Learning Laravel 4 Application Development
- TypeScript項目開發實戰
- 微信小程序項目開發實戰
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Access 2010中文版項目教程
- Visualforce Developer’s guide
- Julia 1.0 Programming Complete Reference Guide
- PHP編程基礎與實踐教程
- UML2面向對象分析與設計(第2版)
- Application Development with Swift
- DB2SQL性能調優秘笈
- 寫給青少年的人工智能(Python版·微課視頻版)
- Mastering OpenStack
- Java面向對象程序設計教程
- Docker on Windows
- HTML5/CSS3/JavaScript技術大全
- 菜鳥成長之路
- 3D Printing Designs:Fun and Functional Projects
- ASP.NET MVC 4 Mobile App Development
- Node.js Web Development(Third Edition)
- 如虎添翼!數據處理的SPSS和SAS EG實現(第2版)
- ASP.NET Core 1.0 High Performance
- 自動化測試實戰:基于TestNG/JUnit/Robot Framework/Selenium
- C#代碼整潔之道:代碼重構與性能提升
- Mastering Kali Linux Wireless Pentesting
- Java Programming for Beginners