On 9/25/06, Sean Hammond <[EMAIL PROTECTED]> wrote:
> Forgive my ignorance, but I sometimes write custom dynamic web-pages
> using PHP, by simply embedding PHP in HTML with <?php ?> tags, and
> renaming for example index.html to index.php and making it executable. I
> only use this for very minor things like calling a script, and don't
> really want to learn any more PHP as it looks awful. So I was wondering,
> is it possible to throw together dynamic web pages like this using
> Python or other languages? If so, can anyone point me to any relevant
> tutorials, references or other info?


Dear Sean,

You have _lots_ of choices. Many web frameworks provide exactly what
you want, and then some. And I guess what could make your choice
harder is deciding how much of that "some" you want.

I'd start going over:

http://wiki.python.org/moin/Templating

(or
http://wiki.python.org/moin/WebProgramming
for broader stuff).


Best,

R.


>
> Thanks
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>


-- 
Ramon Diaz-Uriarte
Bioinformatics Unit
Spanish National Cancer Centre (CNIO)
http://ligarto.org/rdiaz
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to