Cython: A Guide for Python Programmers
Kurt W. Smith
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
$1,898$1,798 -
$1,650$1,568 -
$590$466 -
$1,350$1,323 -
$360$281 -
$480$379 -
$2,080$1,976 -
$780$616 -
$550$435 -
$352Python 編程實戰:運用設計模式、並發和程序庫創建高質量程序
-
$620$484 -
$680$510 -
$780$616 -
$400$360 -
$690$538 -
$1,190$1,131 -
$860$731 -
$500$395 -
$360$180 -
$580$458 -
$590$460 -
$390$371 -
$420$332 -
$1,359$1,287 -
$1,360$1,292
相關主題
商品描述
Build software that combines Python’s expressivity with the performance and control of C (and C++). It’s possible with Cython, the compiler and hybrid programming language used by foundational packages such as NumPy, and prominent in projects including Pandas, h5py, and scikits-learn. In this practical guide, you’ll learn how to use Cython to improve Python’s performance—up to 3000x— and to wrap C and C++ libraries in Python with ease.
Author Kurt Smith takes you through Cython’s capabilities, with sample code and in-depth practice exercises. If you’re just starting with Cython, or want to go deeper, you’ll learn how this language is an essential part of any performance-oriented Python programmer’s arsenal.
- Use Cython’s static typing to speed up Python code
- Gain hands-on experience using Cython features to boost your numeric-heavy Python
- Create new types with Cython—and see how fast object-oriented programming in Python can be
- Effectively organize Cython code into separate modules and packages without sacrificing performance
- Use Cython to give Pythonic interfaces to C and C++ libraries
- Optimize code with Cython’s runtime and compile-time profiling tools
- Use Cython’s prange function to parallelize loops transparently with OpenMP