- 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.
推薦閱讀
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- JavaScript全程指南
- SoapUI Cookbook
- INSTANT FreeMarker Starter
- Python金融數(shù)據(jù)分析
- SAP BusinessObjects Dashboards 4.1 Cookbook
- SQL Server數(shù)據(jù)庫管理與開發(fā)兵書
- 深入解析Java編譯器:源碼剖析與實例詳解
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- Mastering Embedded Linux Programming
- After Effects CC案例設(shè)計與經(jīng)典插件(視頻教學(xué)版)
- 數(shù)字媒體技術(shù)概論
- Extending Docker
- Python數(shù)據(jù)可視化之matplotlib實踐
- Pandas 1.x Cookbook