Programming Languages Decisions

Lie Lie.1296 at gmail.com
Tue Aug 19 13:21:13 EDT 2008


On Aug 19, 1:45 pm, "E.D.G." <edgrs... at ix.netcom.com> wrote:
> "Terry Reedy" <tjre... at udel.edu> wrote in message
>
> news:mailman.1807.1219098125.922.python-list at python.org...
>
> > Rather than explain further, I suggest that you visit python.org and read
> > some of the tutorial to see what *you* think.
> >http://docs.python.org/tut/tut.html
>
> My original programs were mostly in Basic.  When it became obvious that I
> needed a more powerful language I took a look at Python, Ruby, and a number
> of other languages.
>
> To get started with this work I decided to go with Perl because it will do a
> lot of things and is highly flexible.  And, it got the job done.  But now
> that this application is up and running I am trying to collect opinions
> regarding what languages more serious programmers might want to use with
> future work for the application.  And for independent researchers, Python
> might be the one they would choose.  For government and university
> researchers who have more resources and their own computer programmers
> available it is sounding like one of the "C" family of languages might be
> the one they would  like.
>
> How is Python with graphics?

pygame for graphic with SDL library (e.g. fullscreen apps, hardware
accelerated)
Tkinter for basic GUI that can run on any python with no dependencies
(except python vm)
wxWidget, etc for more advanced GUI and if you allow dependencies



More information about the Python-list mailing list