Search the web
Sign In
New User? Sign Up
python-list · Python List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 106115 - 106115 of 122067   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#106115 From: dave@... (Dave Brueck)
Date: Thu Aug 21, 2003 2:43 am
Subject: Re: Brandon's abrasive style (was Re: What's better about Ruby than Python?)
dave@...
Send Email Send Email
 
Ramon Leon Fournier <moncho.leon@...> wrote in message
news:<bhtsck$37jp5$1@...>...
> Brandon J. Van Every <vanevery@...> wrote:
> > - Python is not a good language for low-level 3D graphics problems.  C++ is
> > better.
>
> Well, not just for low-level 3D graphics. There are many other things
> you would not code in Python unless you are a complete fool. Your
> companies mail server, for instance.

Actually, that's not a very good example - Python is *very* well
suited for many types of servers, mail servers included. The I/O heavy
nature of many servers lessens the significance of Python being slow
in terms of raw CPU speed. Lots of I/O can also mean the effects of
the GIL less of a factor on multi-CPU boxes than they otherwise would
be. Finally, given the fact that you don't see too many buffer
overruns and other similar security holes in Python, I'd sleep
*better* at night implementing my server in Python than in C++.

But I do agree with the notion that Python isn't good for *all*
problems, as does everyone else it seems. ;-)

-Dave
--
http://mail.python.org/mailman/listinfo/python-list

Messages 106115 - 106115 of 122067   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help