"Luke Paireepinart" <[EMAIL PROTECTED]> wrote

>> I have a script that makes my python scripts into .pyc files and I 
>> can
>> run those without a .py in the directory or anywhere else on the
>> system for that matter. No clever tricks needed.
>>
> Why would you want to do this?

I haven't measured it but I assume it would run a wee bit
faster since it doesn't need to compile the source into byte
code?

Personally any savings aren't likely to be big enough to
warrant the hassle of maintaining the pyc files.

Alan g. 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to