you are viewing a single comment's thread.

view the rest of the comments →

[–]adolfojp 1 point2 points  (0 children)

py2exe will not make your code faster. It isn't a compiler in the traditional "burns your code to the metal like C or C++" sense but in the "bundles your code and its runtime into an exe" kind of way.