On 16/12/2013 05:08, Chris Angelico wrote:
On Mon, Dec 16, 2013 at 3:51 PM, Michael Torrie <torr...@gmail.com> wrote:
I think Python is a great overall application development language,
especially for the GUI.  First-class functions for callbacks make it
very nice compared to other languages.  Python  is fast enough for
full-blown apps too.  Slow parts can be factored out to other languages.

Python is sooooooo slow when it waits for the human. That pesky
input() function can take *minutes* to return. It's terrible! Factor
that out and your job's done.


I've done the latter, but still can't fit all the data for my 100+ screens into a one liner, help please :)

--
My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to