- Learning Cython Programming(Second Edition)
- Philip Herron
- 99字
- 2021-07-16 09:45:24
What you need for this book
For this book, I used my MacBook and an Ubuntu virtual machine (GDB is too old on Mac OS X for debugging). You will require the following on Mac OS X:
- Xcode
- Cython
- GCC/Clang
- Make
- Python
- Python con g
- Python distutils
On Ubuntu/Debian you can install everything via the following command:
$ sudo apt-get install build-essential gdb cython
I will go over this in the introduction, but as long as you have a working C compiler and Python along with Python libraries and headers installed, you will have everything you need for Cython.
推薦閱讀
- Practical Data Analysis Cookbook
- LabVIEW Graphical Programming Cookbook
- GeoServer Cookbook
- 軟件界面交互設計基礎
- 兩周自制腳本語言
- 實戰Java程序設計
- Hands-On JavaScript High Performance
- 21天學通C++(第6版)
- Java 9模塊化開發:核心原則與實踐
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Linux命令行與shell腳本編程大全(第4版)
- Python數據結構與算法(視頻教學版)
- 微服務架構深度解析:原理、實踐與進階
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Mastering HTML5 Forms