I want to learn web programming with Python. I know the basic of Python, but I don't know anything, about the web programming with Python. Where can I find some good tutorials?
I want to learn GUI programming in Python too. PyQT or PyGTK is the best?
Thank you: Drvanger
"Dive into Python" has some nice "wet your feet" stuff to get started. There is a free book that is widely regarded as a good one to get started with - "Dive Into Python".
It is also available as a package in Ubuntu (which I believe is installed by default when you install Python - which is also done by default I believe). If you do happen to be in Ubuntu, open up the help (yelp) and type in python - you should have no problem finding it from there. In there, there are also PyGTK tutorials.
Thank you very much
I will look the tutorials 
I recommend PyGTK, take a look at this tutorial
Thank you
I will try all tutorials, when I have time 
i usually use wxpython with boa ide, an ide completely written in python
| ilich wrote: |
| i usually use wxpython with boa ide, an ide completely written in python |
wxpython is definitely better than PyQt or PyGTK.
There isnt all that much too python cgi (apart from form management) that is any different from just regular python
GTK is probably the best, simply because it has better cross-platform support than Qt. HTH.
| qscomputing wrote: |
| GTK is probably the best, simply because it has better cross-platform support than Qt. HTH. |
The soon to be released Qt4 (out January I think) is intended to be fully cross platform. Which is a bit awesome because it means a lot of cool KDE apps like Amarok will now be available on Windows as well.
That's true, but GTK is probably best for cross-platform at the moment. That, and TK, which I believe is available in Python as something like 'Tkinter'. It looks a bit old-fashioned by default on Linux, but is fine on Windows.