Home Blog Docs Tutorials Scripts Tests About

This introduction gives a very brief discussion of some of the fatures of python as well as an example program demonstrating their use. For reasons of brevity, none of the object oriented faetures of Python are discussed for a fuller introduction to Python, I would suggest reading the Python tutorial at http://www.python.org/doc/current/tut/tut.html or the Non-Programmer's Tutorial for Python at http://www.honors.montana.edu/~jjc/easytut/easytut/.

Table of Contents

  1. Python Syntax
  2. Python Data Types
  3. Python Sequence Methods
  4. Python Functions
  5. An Example Python Program
  6. Creating a CGI Form
  7. Opening the Web Page to Convert
  8. Converting the Smart Quotes
  9. The Main Procedure