- 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.
推薦閱讀
- Learning Cython Programming
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- 控糖控脂健康餐
- Developing Mobile Web ArcGIS Applications
- Java Web應(yīng)用開(kāi)發(fā)技術(shù)與案例教程(第2版)
- Java Web開(kāi)發(fā)技術(shù)教程
- Hands-On Full Stack Development with Go
- R語(yǔ)言與網(wǎng)絡(luò)輿情處理
- C#開(kāi)發(fā)案例精粹
- QGIS Python Programming Cookbook(Second Edition)
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Android智能手機(jī)APP界面設(shè)計(jì)實(shí)戰(zhàn)教程
- Java 9:Building Robust Modular Applications
- 從零開(kāi)始學(xué)UI設(shè)計(jì)·基礎(chǔ)篇
- Python程序設(shè)計(jì)教程