Od kawałka czasu rozwija się taki mały projekt... mod_npy - troszkę inne podejście do Pythona i dynamicznych stron.
Tak może wyglądać przykładowa strona:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>t1001.pyml</title>
</head>
<body>
<p><b>Test 1001:</b></p>
<p>This test uses Python to display simple <i>Hello World!</i> message:</p>
<p style="color: green; font-size: xx-large; font-weight: bold;">
<?py
import response
response.out("Hello World!")
?>
</p>
</body>
</html>
