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...
Show off your group to the world. Share a photo of your group with us.

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
Re: Brandon's abrasive style (was Re: What's better about Ruby than   Message List  
Reply | Forward Message #106115 of 122067 < Prev |
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



Thu Aug 21, 2003 2:43 am

dave@...
Send Email Send Email

Forward
Message #106115 of 122067 < Prev |
Expand Messages Author Sort by Date

Ramon Leon Fournier <moncho.leon@...> wrote in message news:<bhtsck$37jp5$1@...>... ... Actually, that's not a very good example -...
Dave Brueck
dave@...
Send Email
Aug 21, 2003
2:55 am

... I deeply disagree: Twisted, coded in Python, lets you do a GREAT job coding such applications as mail servers -- highly scalable, etc etc. And even without...
Alex Martelli
aleax@...
Send Email
Aug 21, 2003
8:00 am
Advanced

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