Python for Beginners

Josiah Carlson jcarlson at nospam.uci.edu
Wed Mar 3 16:01:24 EST 2004


> http://premshree.resource-locator.com/python-seminar-210204/slides/pySlide1.jpg.htm

I notice that you took our advice on the errors with your original 
presentation, but still doesn't distinguish between mutable sequences 
(lists), immutable sequences(strings, tuples), and the fact that they 
are really able to do the same things.

The Python Tutorial is a much better introduction to the language.
http://www.python.org/doc/current/tut/tut.html

  - Josiah



More information about the Python-list mailing list