Tips on Speeding up Python Execution
Chris Angelico
rosuav at gmail.com
Fri Apr 8 11:31:10 EDT 2011
On Sat, Apr 9, 2011 at 12:41 AM, MRAB <python at mrabarnett.plus.com> wrote:
> On 08/04/2011 08:25, Chris Angelico wrote:
> [snip]
>>
>> I don't know what's the most Pythonesque option, but if you already
>> have specific Python code for each of your functions, it's probably
>> going to be easiest to spawn threads for them all.
>>
> "Pythonesque" refers to "Monty Python's Flying Circus". The word you
> want is "Pythonic".
Whoops! Remind me not to post while sleep-deprived.
although.... Sleep-deprived is my normal state, so that may be a bit tricky.
Chris Angelico
More information about the Python-list
mailing list