Python 3.2 vs C++

preview_player
Показать описание
speed test
Рекомендации по теме
Комментарии
Автор

i couldnt agree more with that.
i started to progam in python and i feel it made it alot easier to learn other languages after. They're all more alike than you'd think.

chewtaggeer
Автор

C++ is faster than python but python is easier than c++

vgsrtf
Автор

use cython, will make your python blazzing fast, problem solved . Also take a look at pypy.

thekilon
Автор

probably but only in the parts that do not need to be fast

chewtaggeer
Автор

Use numpy.random.random_integers(0, 1) - Only with python 2.6 or 2.7 I'm afraid - and you divide the execution time by 5.

RicardoFerrazLeal