how fast is Python?

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Wed Aug 20 17:19:14 EDT 2003


Python is fast enough for me, especially 2.3.

Profile & code slow parts as C extensions.
Include your own assembly there if so desired.

Investigate Psyco. There was one example on this
newsgroup that showed that Python+psyco actually
outperformed the same program in compiled C.

--Irmen





More information about the Python-list mailing list