目錄(76章)
倒序
- 封面
- 版權頁
- Credits
- About the Author
- Acknowledgments
- About the Reviewer
- www.PacktPub.com
- 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. Cython Won't Bite
- Installing Cython
- Getting started – Hello World
- Summary
- Chapter 2. Understanding Cython
- Linking models
- Cython keyword – cdef
- Typedef and function pointers
- The public keyword
- Keyword cpdef
- Logging from C/C++ into Python
- Using Python ConfigParser from C/C++
- Callbacks from Python to C/C++
- Cython PXD
- Integration with build systems
- Summary
- Chapter 3. Extending Applications
- Cython pure Python code
- Compiling pure Python code
- Python garbage collector
- Extending Tmux
- Embedding Python
- Cythonizing struct cmd_entry
- Implementing a Tmux command
- Hooking everything together
- Summary
- Chapter 4. Debugging Cython
- Using GDB with Cython
- Cython caveats
- Summary
- Chapter 5. Advanced Cython
- Cython and C++
- C++ new and del keyword
- Overloading
- Templates
- Static class member attribute
- Calling C++ functions – Caveat
- Python distutils
- Python threading and GIL
- Cython keywords
- Messaging server
- Caveat on GIL
- Unit testing the native code
- Preventing subclassing
- Parsing large amounts of data
- Summary
- Chapter 6. Further Reading
- Overview
- OpenMP support
- Compile time preprocessor
- Python 3
- PyPy
- AutoPXD
- Pyrex and Cython
- SWIG and Cython
- Cython and NumPy
- Numba versus Cython
- Parakeet and Numba
- Relevant Links
- Summary
- Index 更新時間:2021-07-16 09:45:36
推薦閱讀
- Game Programming Using Qt Beginner's Guide
- Mastering Selenium WebDriver
- Java面向對象程序開發及實戰
- Internet of Things with the Arduino Yún
- Drupal 8 Module Development
- SQL Server 2016數據庫應用與開發
- ASP.NET程序開發范例寶典
- PrimeFaces Blueprints
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- Access數據庫應用教程(2010版)
- Python數據可視化之matplotlib實踐
- Java程序設計
- Android 5從入門到精通
- IBM DB2 9.7 Advanced Application Developer Cookbook
- Spark for Data Science
- Learning Scrapy
- 精通Rust(第2版)
- Hadoop MapReduce v2 Cookbook(Second Edition)
- Mastering Web Application Development with Express
- μC/OS-III源碼分析筆記
- KVM Virtualization Cookbook
- UI設計精品必修課
- CMake Cookbook
- Visual Basic實例精通
- Dapr與.NET微服務實戰
- Java程序設計實戰案例教程
- 小團隊構建大網站:中小研發團隊架構實踐
- 微信小程序開發從入門到項目實踐
- QGIS Blueprints
- Android開發藝術探索