Override default signal handler in interactive shell

2006-03-27 Thread pkassianidis
Hello everybody, I have written a python script which executes some functions and then returns to the python interactive shell prompt (In other words I use the command #!/usr/bin/python -i in the script's header. In this script I register my own handler for the SIGINT and SIGTERM handlers but

HTML generation vs PSP vs Templating Engines

2005-11-16 Thread pkassianidis
Hello everybody, I am in the process of writing my very first web application in Python, and I need a way to generate dynamic HTML pages with data from a database. I have to say I am overwhelmed by the plethora of different frameworks, templating engines, HTML generation tools etc that exist.