[EMAIL PROTECTED] wrote: > Hi, > > I'm Tony. I'm a translator. > This is my first post to this list.
Welcome! > tcl.tk makes > it easy to build a gui, as easy as writing html, really). Python has a version of tk also, called Tkinter. You might want to learn about it: http://docs.python.org/lib/module-Tkinter.html > I have made a couple of friends on-line, real > hackers, who have decided to help teach me. There are several good Python tutorials for non-programmers available on-line, you might want to read one of them: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers The book "Python Programming for absolute beginners" is another good place to start. It has exercises similar to the ones your friends gave you. Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
