Chapter 9. Speed Up Code with Cython
In this chapter, we will cover:
Installing Cython
Building a Hello World program
Using Cython with NumPy
Calling C functions
Profiling Cython code
Approximating factorials with Cython
In this chapter, we will cover:
Installing Cython
Building a Hello World program
Using Cython with NumPy
Calling C functions
Profiling Cython code
Approximating factorials with Cython