Includeing Python in text files

looping kadeko at gmail.com
Mon May 22 06:47:39 EDT 2006


Paolo Pantaleo wrote:
> I am working on this:
>
> I have  a text file, containig certain section in the form
> <?py
>   python code here
> py?>
>
> I parse the text file and substitute the python code with its result
> [redirecting sys.stdin to a StringIO]. It something like php or
> embedded perl.
>
> So my little toy works not bad, but I was wondering if such a feature
> already existed, if yes, can you point me out some links?
>
> Thnx
> PAolo
>
> --
> if you have a minute to spend please visit my photogrphy site:
> http://mypic.co.nr

Like Diez had said, use a template system or you could look at COG:
http://www.nedbatchelder.com/code/cog/




More information about the Python-list mailing list