Previous Section Table of Contents Next Section

Python

Python also is discussed in many books, or you can learn it from the web. Mark Pilgrim's site has a good quick introduction; then you have the tutorial and reference straight from the creator.

Pilgrim, Mark. Dive Into Python. http://diveintopython.org/toc/index.html.

van Rossum, Guido and Fred L. Drake, Jr. Python Tutorial. http://www.python.org/doc/current/tut/tut.html.

Python Library Reference. http://www.python.org/doc/current/lib/.

    Previous Section Table of Contents Next Section