What are the kinds of software that are not advisable to be developed using Python?

Steven D'Aprano steve at pearwood.info
Tue Feb 11 00:35:44 EST 2014


On Mon, 10 Feb 2014 22:40:48 -0600, Tim Daneliuk wrote:

> On 02/08/2014 05:54 PM, Sam wrote:
>> I got to know about Python a few months ago and today, I want to
>> develop only using Python because of its code readability. This is not
>> a healthy bias. To play my own devil's advocate, I have a question.
>> What are the kinds of software that are not advisable to be developed
>> using Python?

[snip a bunch of good examples]

> Applications in which you do not want the casual reader to be able to
> derive the meaning of the source code.

That's a bad example. Do you think that the casual reader will be able to 
understand the meaning of .pyc files?


-- 
Steven



More information about the Python-list mailing list