Another Python neophyte
Learning Python tracks the progress of a Python newb’s quest learn Python. Ony three posts so far, but I’m sure there will be good things coming in the future.
Best of luck to the anonymous person behind the site! I recommend they check out my Top 10 List of Python Resources.
December 10th, 2005 at 7:19 pm
Hey thanks for the post about my site. It’s in it’s very early stages write now, but I hope to add much much more to it as I learn python.
I’ll also add some person information soon, so I’ll be less anonymous on the site!
I gave your top 10 list a read it’s got some good information and I’ll be sure to use it.
December 10th, 2005 at 8:17 pm
Glad you liked the list. I’m in the process of learning Python as well, so I’ll be reading your site with interest!
December 13th, 2005 at 3:04 pm
I hope to start updating my site regularly after the holidays, I’m just to busy right now to post anything meaningful.
February 15th, 2006 at 7:40 pm
[...] Learning Python (mentioned earlier) has a rather nice tutorial up called Creating a GUI in Python using Tkinter: There are a lot of python GUI toolkits out there, but for our first application we are going to use Tkinter, which is considered somewhat of a standard right now and is installed when pyhon is installed. Another nice thing about the Tkinter GUI is that it is cross platform and offers a native look and feel on *nix, Windows, and OS X. [...]