, os.system?
:
python test.py 10 # 0.14
python test.py 100 # 1.18
python test.py 1000 # 11.77
os.system. , , , numpy ( , , ). : " (er) ?"... , .
, bash, ( )...
time for i in `seq 1 1000`; do echo true > /dev/null; done
, os.system - subprocess.Popen ... ( subprocess os.system , ...)
. numpy... numpy, . (1000 800 800) 1 . , ( ), , . .