abisofile wrote:
hi

I'm new to programming.I've try a little BASIC so I want ask since Python is also interpreted lang if it's similar to BASIC.

Which BASIC did you try? Realbasic? Visual Basic?

You should check out some of these beginner's python tutorials:
http://www.honors.montana.edu/~jjc/easytut/easytut.pdf
http://www.dickbaldwin.com/tocpyth.htm
http://www.freenetpages.co.uk/hp/alan.gauld/

and then if you have any questions at all about anything, people on the python-tutor list would be glad to help:
http://mail.python.org/mailman/listinfo/tutor


If you want to make applications with a graphical user interface (GUI), check out wxpython, although they haven't yet released a version that works with the new python 2.4 however: http://wxpython.org/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to