Looking for a dream language: sounds like Python to me.

Jean-Paul Calderone exarkun at divmod.com
Mon Jul 27 11:18:41 EDT 2009


On Mon, 27 Jul 2009 18:12:09 +0300, Dotan Cohen <dotancohen at gmail.com> wrote:
>> Creating binaries is not the same as creating /fast, efficient/ binaries.
>>  Py2Exe bundles it all together, but does not make it any faster.
>>
>
>How inefficient is py2exe. I was under the impression that it's really
>not that bad.
>

py2exe doesn't really change the performance characteristics of a Python
application at all - for better or for worse.

Jean-Paul



More information about the Python-list mailing list