- Learning Cython Programming(Second Edition)
- Philip Herron
- 157字
- 2021-07-16 09:45:24
Who this book is for
This book is intended for C/C++ developers who like using Python and Python users wanting to implement native C/C++ extensions to Python. As a reader, you can expect to be shown how you can develop applications with Cython with an emphasis on extending existing systems and with help on how you can approach it.
Extending legacy systems can be difficult, but the rewards can be great. Consider low-level thread-aware or I/O-sensitive operations in C and maintain the logic handled and provided by Python. This model of development can prove to be efficient and of great return to the development time, which can be particularly expensive when it comes to C applications.
It also allows for much more rapid development of the state or logic in a system. There is no need to worry about long data conversion algorithms in C to do small things and then needing to change them all again.
- UI設計基礎培訓教程
- 零基礎學Visual C++第3版
- 數據結構和算法基礎(Java語言實現)
- PHP網絡編程學習筆記
- PostgreSQL 11從入門到精通(視頻教學版)
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- C++ 從入門到項目實踐(超值版)
- 程序員修煉之道:通向務實的最高境界(第2版)
- Flowable流程引擎實戰
- Kubernetes進階實戰
- 深入實踐Kotlin元編程
- Arduino計算機視覺編程
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Learning Bootstrap 4(Second Edition)
- 大規模語言模型開發基礎與實踐