Python for numerical computing???

Python is a very convenient language for programming or interactive computing
High-level/scripting languages are known to be slow
...but they may be fast enough!
Use Numerical Python
Find bottlenecks
If necessary, migrate time-critical code to C, F77 or C++
Python + F77 is a very promising combination
(maximum flexibility + maximum efficiency?)

previousnexttable of contents