A few quick questions
Alex Martelli
aleax at aleax.it
Thu Jan 30 04:42:56 EST 2003
More information about the Python-list mailing list
Thu Jan 30 04:42:56 EST 2003
- Previous message (by thread): [ [ [] * y for y in range(3) ] * x for x in range(2) ]
- Next message (by thread): A few quick questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Anthony Irwin wrote: > I am Interested in learning more about python, I would like to know how > people feel it rates as an application development language. I mainly use > linux but also use windows at work. I think Python is the best language you can use to develop applications, PARTICULARLY in such a cross-platform scenario. > could anyone point out any good gui programming tutorials for linux or > crossplatform toolkits Personally, I love PyQt -- among its advantages is an excellent tutorial Boudewijn Rempt, see http://www.xs4all.nl/~bsarempt/python/book.html . > and also maybe some review articles on how well > python rates as a language. You mean something like: http://www.linux-mag.com/cgi-bin/printer.pl?issue=2002-04&article=python http://www.linux-mag.com/cgi-bin/printer.pl?issue=2002-07&article=python ...? > would it be possible to create programs like dreamweaver, games, database > business apps etc. Or is it more suited to smaller projects. Python is perfectly suitable for developing large applications, as well as small ones. See: http://www.pythonology.org/success/ for some real-world examples. For games specifically, see http://pygame.org/ -- a most excellent cross-platform game development toolkit wrapping the SDL library. Alex
- Previous message (by thread): [ [ [] * y for y in range(3) ] * x for x in range(2) ]
- Next message (by thread): A few quick questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list