On 2008-05-12, Martin v. L?wis <[EMAIL PROTECTED]> wrote:

> OTOH: do you plan to do any programming at all, in your
> life? If yes: consider using Python for every programming
> task you'll encounter - unless there are outside constraints
> demanding a different language. Python is flexible enough
> for *all* you programming needs (I claim);

Many, but not all.  Python doesn't work well on microprocessors
with a few thousand bytes of ROM and a few hundred bytes of
RAM.  Nor does it work well for writing device drivers for any
popular OS.

For windows/unix hosted user-space applications, Python is
pretty hard to beat.

-- 
Grant Edwards                   grante             Yow! I feel like I'm
                                  at               in a Toilet Bowl with a
                               visi.com            thumbtack in my forehead!!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to