Speed with Python
Moshe Zadka
moshez at math.huji.ac.il
Wed Jun 28 01:41:34 EDT 2000
More information about the Python-list mailing list
Wed Jun 28 01:41:34 EDT 2000
- Previous message (by thread): Speed with Python
- Next message (by thread): Speed with Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 27 Jun 2000, [ISO-8859-1] François Pinard wrote: > [Ken Seehof] > > > I do all GUI work in python (wxPython) and I have not noticed a difference > > in speed as compared to C++, probably because most time is spent in > > library calls anyway. > > I experimented some GUI writing in Python, and initially expected that things > would be slow. Not at all: I was very pleasantly surprised by the speed. Indeed: in most GUIs, most time is spent in the user's head: IOW, the computer is too fast, and most time it is just sitting quietly, waiting for the user to make up his mind. Python's idle loop is almost as good as C++'s <wink> -- Moshe Zadka <moshez at math.huji.ac.il> http://www.oreilly.com/news/prescod_0300.html http://www.linux.org.il -- we put the penguin in .com
- Previous message (by thread): Speed with Python
- Next message (by thread): Speed with Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list