Ramu's Python page
Bioinformatics related
There are couple of modules I wrote in python. They can be useful to you. Checkout!

    "you can follow the logic of the program easily when you 
    separate html code from the source code"
    
  • Generating Dynamic Documents From Templates Ideal for Common Gateway Interfaces
    Reference: Digital Systems Report, Vol.20, No.2, Summer Issue of 1998.
    Includes sample examples to use the template.py module

  • Embedding python methods with TemplateSpice.py
    The templateSpice is subclass of template class to preprocess your html (like PHP). How does it work ?
    <html>
        <head>
            <title>Introduction to TemplateSpice</title>
        </head>
        <body>
               Tomorrow, <$Py Tomorrow()> I cannot meet you, but
               next week ( <$Py Nextweek()> )           
        </body>
    </html>
    <$Py Tomorrow()> and <$Py Nextweek()> are server side pre-processed and inserted in the html. You can create your own $Py methods.

    • Download (template.py, templateSpice.py, templdisp.py, syntax.py)
Also checkout the

Bioccelerator related python modules


Ramu Chenna
Last modified: Fri Nov 3 10:00:36 MET 2000