[Tutor] basic command
Danny Yoo
dyoo@hkn.eecs.berkeley.edu
Tue, 27 Nov 2001 12:46:03 -0800 (PST)
On Tue, 27 Nov 2001 fabianchong@softhome.net wrote:
> what is the basic command for python and they function
Hi Fabian,
There are a few basic commands that we use when we interact with Python.
Here's a web site that contains links to a bunch of introduction tutorials
to Python:
http://python.org/doc/Newbies.html
All of the links there are quite good, especially Alan Gauld's "Learning
to Program" web site:
http://www.freenetpages.co.uk/hp/alan.gauld/
If you read through any of the tutorials there, you should get a feel for
Python basics.
If English is not your primary language, you may find the "Non-English
Python Resources" to be a useful link for you:
http://python.org/doc/NonEnglish.html
Is there anything in particular that you'd like to hear more about?
Please feel free to ask questions here.