What are the kinds of software that are not advisable to be developed using Python?

Laurent Pointal laurent.pointal at free.fr
Sat Feb 22 06:15:36 EST 2014


Chris Angelico wrote:


> Heavy computation might be unideal in Python, but if you can grunge it
> into NumPy operations, that won't be a problem.

May take a look to Pythran too, which generate C++ code from (limited subset 
of) Python code, usable as a Python compiled module or as standalone C++.

https://github.com/serge-sans-paille/pythran

A+
Laurent.




More information about the Python-list mailing list