Do you need to recall cython library or something like that or it is embebed in pythin interpreter?
and using static types takes out a huge load in processing and memory use, right? every time the process is doing something, it have to check type if it is dinamically implement, right? or JS and Interpreted language with dinamic types? how do you declare static types on python? do you need to recall cython …