[Baypiggies] Python web question

David Berthelot david.berthelot at gmail.com
Thu May 5 01:11:13 CEST 2011


Hello,

I have a simple question:
is there an equivalent to <?php  ... ?> for mixing Python and HTML ?

For example something like this:

<body>
  <?python
      if user == 1:?>
  <h1>Welcome admin</h1>
  <?python
      else:?>
  <h1>Welcome</h1>
</body>

Basically something similar in behavior to PHP but for Python ;)

Thanks,

David


More information about the Baypiggies mailing list