[Linux] Speed Up Pure Python Programs with Cython

When we developing a large-scale Python project, we will start to try various acceleration methods. Generally, multi-processing and Cython are good choices for us. Today, I want to record the experience of using Cython. currently Cython is relatively easy to use on Linux, I heard that the configuration on Windows will be a bit of … Continue reading [Linux] Speed Up Pure Python Programs with Cython