Programmatic presentation systems (see DataRepresentation) use Python program units to produce output for Web application "screens" and other purposes. The simplest form of such systems is the traditional "print to standard output" technique used in the earliest days of the Web and probably in numerous CGI (Common Gateway Interface) programs to this day: {{{ print "
| Name | " print "%s | " % item.name print "
|---|