- Learning Cython Programming(Second Edition)
- Philip Herron
- 90字
- 2021-07-16 09:45:26
Summary
Overall, we installed the Cython compiler, ran the Hello World example, and took into consideration that we need to compile all code into native shared objects. We also saw how to wrap native C code to make it callable from Python. We have also seen the implicit type conversion which Cython does for us to make calling C work. In the next chapter, we will delve deeper into Cython programming with discussion on how to make Python code callable from C and manipulate native C data structures from Cython.
推薦閱讀
- Android 9 Development Cookbook(Third Edition)
- PyTorch自然語言處理入門與實戰
- 基于免疫進化的算法及應用研究
- Instant 960 Grid System
- Swift 3 New Features
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Data Analysis with Stata
- Easy Web Development with WaveMaker
- The Data Visualization Workshop
- 實戰Java高并發程序設計(第3版)
- Spring快速入門
- Advanced Express Web Application Development
- Babylon.js Essentials
- Android傳感器開發與智能設備案例實戰