Re: [orca-list] Misteries of low performance of Orca and distros



Same here,
Just that I do almost every bit of my coding exclusively in Python.
It's really a great language.
happy hacking.
Krishnakant.
On 07/30/2013 08:39 PM, Thomas Ward wrote:
Hi Krishnakant,

Yes, I know all about byt compiling python apps to pyc files. I do a
lot of my programming these days in Python because there is less
overhead than C, C++, or Java, and with Python performence really
isn't an issue with most apps.

Cheers!

On 7/30/13, Krishnakant Mane <krmane gmail com> wrote:
Correct Thomas,
That's what I was trying to say.

Dude, ever observed how a Python package gets installed?
it byte compiles every module in what is called as a .pic file.
Note that a standard python script is file.py and pyc stands for python
(compiled ).
Happy hacking.
Krishnakant.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]