- 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.
推薦閱讀
- The Complete Rust Programming Reference Guide
- Cocos2D-X權威指南(第2版)
- Testing with JUnit
- 算法訓練營:入門篇(全彩版)
- Network Automation Cookbook
- ASP.NET動態網頁設計教程(第三版)
- Reactive Programming With Java 9
- C++程序設計基礎教程
- MySQL數據庫基礎實例教程(微課版)
- QGIS By Example
- LabVIEW虛擬儀器入門與測控應用100例
- Clean Code in C#
- JavaScript程序設計:基礎·PHP·XML
- Visual Basic程序設計全程指南
- C++ System Programming Cookbook