- Learning Cython Programming(Second Edition)
- Philip Herron
- 129字
- 2021-07-16 09:45:24
What this book covers
Chapter 1, Cython Won't Bite, introduces core concepts and demonstrates Cython "Hello World". It discusses the typing and type conversion.
Chapter 2, Understanding Cython, acts as a reference throughout the book. We look at custom C types and function pointers. Using this, we will successfully use Python modules directly from C code.
Chapter 3, Extending Applications, uses everything from the previous chapters to write native Tmux commands using Python instead of C/C++.
Chapter 4, Debugging Cython, uses the cygdb wrapper over gdb to debug Cython code.
Chapter 5, Advanced Cython, introduces how well Cython can work with C++ classes and templates. In general, it also covers caveats in Cython.
Chapter 6, Further Reading, briefly looks at the related projects and interesting sources of new learning.
- Mastering Adobe Captivate 2017(Fourth Edition)
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Hands-On C++ Game Animation Programming
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- 實戰Java高并發程序設計(第3版)
- H5頁面設計:Mugeda版(微課版)
- 零基礎入門學習Python(第2版)
- C#應用程序設計教程
- 低代碼平臺開發實踐:基于React
- SQL Server實用教程(SQL Server 2008版)
- 21天學通C++(第5版)
- Go語言編程
- 深度學習原理與PyTorch實戰(第2版)
- IDA Pro權威指南(第2版)
- Python網絡爬蟲技術與應用