- 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.
- Git Version Control Cookbook
- Java FX應(yīng)用開發(fā)教程
- Production Ready OpenStack:Recipes for Successful Environments
- 琢石成器:Windows環(huán)境下32位匯編語(yǔ)言程序設(shè)計(jì)
- Getting Started with Gulp
- 機(jī)器學(xué)習(xí)與R語(yǔ)言實(shí)戰(zhàn)
- Kotlin編程實(shí)戰(zhàn):創(chuàng)建優(yōu)雅、富于表現(xiàn)力和高性能的JVM與Android應(yīng)用程序
- Emgu CV Essentials
- Java程序設(shè)計(jì)教程
- ASP.NET Core and Angular 2
- Learning WordPress REST API
- Jakarta EE Cookbook
- Java EE程序設(shè)計(jì)與開發(fā)實(shí)踐教程
- Manage Your SAP Projects with SAP Activate
- C# 10核心技術(shù)指南