> Message: 3
> Date: Tue, 12 Aug 2008 07:40:40 -0500 (CDT)
> From: "Paul Tader" <[EMAIL PROTECTED]>
> Subject: [Tutor] Easiest way to display HTML
> To: tutor@python.org
> Message-ID:
>         <[EMAIL PROTECTED]>
> Content-Type: text/plain;charset=iso-8859-1
> 
> I have a collection of python scripts that are written to be run from
> the
> command prompt.  I now want to write the output (tables mostly) to a
> webpage using cron or as a cgi script.  I've read about most web
> frameworks out there but many seem to be more than what I'm looking
> for. 
> The closest I've seen is HTMLgen, but that project seems to be very
> quiet.
> 
> In short, what would you use to quickly mark up your scripts simple
> output?
> 
> Thanks,
> ptader

You know, the reason why text-based format is great is because you don't
need any complication if you don't want to, web frameworks, templating
system, HTMLgen are great for complex pages where every single thing
seems so complex, but writing to a file (or redirecting stdout to a
file, then do a print) is sufficient for many simple applications.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to