I want to speed up my apps in work which calculates data based on data from large files and after implementing multiprocessing i want to use cython but here is a problem.
Cython need to MS visual C++ and it's not free for professional use. Is it possible to compile .pyx
files for free in professional use on windows?
My software build: Python 3.8, Windows 10, Visual Studio Code
I found no answer for my question using google.