Categories


Writing CGI Programs in Python

Raiting 5.00

Python has a very extensive, well documented and portable module library that provides a large variety of useful functions. The Internet-related collection is particularly impressive, with modules to deal with everything from parsing and retrieving URL's to retrieving mail from POP servers and everything in between. Main topics include: Why should my next CGI project be in Python? Your First CGI program in Python, Getting some real work done, Defining a useful Display function, Putting the pieces together, and Simple Database Access.

Cost: Free

Five Minutes to a Python CGI

Raiting 5.00

This is a quick overview of Python script language. Discussion includes comparison to other scripting languages, Using the Python CGI Module, debugging, and more.

Charming Python: Text processing in Python for beginners

Raiting 5.00

This article brings out the ability of Python to scan and manipulate textual data. It explains some general concepts of regular expressions and offers advice on when to use regular expressions while processing text