Introduction to HTML
Scripting & Programming
Languages and Environments

Python
Copyright © 2000 - 2002 Randy D. Ralph.  All rights reserved.
  RETURN Course Contents  
In place June 3, 2000.

Overview:

Python is an object-oriented, interpreted, server-side programming language for the development of dynamic webpages.  It incorporates support of many external object libraries, classes and exceptions.  Python runs on a wide variety of platforms and operating systems.  Currently there are few Python-enhanced websites but its popularity is growing as is support for the language.  Python handles large numerical arrays and complex animated graphics displays particularly well.  Because Python is an interpreted language it is not suited to very large or robust applications where compiled program modules would function better.


Selected Print Resources:

Ahlstrom, James C., Aaron Watters and Guido Van Rossum.  1996.  Internet
    programming with Python.  New York:  M&T Books.
    QA76.73.P98 W38 1996

Harms, Daryl D. and Kenneth McDonald.  2000.  The quick Python book.
    Greenwich, CT: Manning.
    QA76.73.P98 H37 2000

Lutz, Mark.  1996.  Programming Python.  Sebastopol, CA: O'Reilly.
     QA76.73.P98 L88 1996

McGrath, Sean.  2000.  XML processing with Python.
    Upper Saddle River, NJ: Prentice Hall.
    QA76.76.H94 M3885 2000

Selected Web Resources:

  RETURN Course Contents  
You are here:  NetStrider   »   Tutorials   »   HTML   »   Scripting   »   PYTHON   «