On 12/4/2010 2:27 PM, Kirk Bailey wrote:
For reasons of my work, of recent I have started aquiring php.
Straightaway, i was impressed by one powerful property; the ability to
imbed php into a html webpage, and switch into and out of php as needed,
and let normal ssi and html and css work the rest of the time, outside
of php. all I have to do is start the php block with
<?php # start the php block of code
write code;
?> # end the php block
and continue in html. What a BLOODY shame we can't do that in python,
which is otherwise awesome and superior in every way i can thus far
evaluate.
Actually, you CAN do that with Python. Python Server Pages (PSP) and
mod_python enable you to do this on an Apache server.
~Corey Richardson
_______________________________________________
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor