t4 techno, 28.01.2012 11:02:
> I want to make a web page which has to include some python script and html
> tags as well, am not getting how to do that .
> I searched some articles but cant understand them .
> is there anything like linking an external html file into python script ?
>
> Can u plea
>
> I want to make a web page which has to include some python script and html
>> tags as well, am not getting how to do that .
>>
> **
Hi,
Maybe a quick and small solution is here :
http://karrigell.sourceforge.net/en/index.html
It doesn't seem to be a very living project, but it can be a solutio
Evert Rol wrote:
hi everyone,
I want to make a web page which has to include some python script and html tags as well, am not getting how to do that .
I searched some articles but cant understand them .
is there anything like linking an external html file into python script ?
Can u please hel
If you're hoping for something like PHP that can be parsed inline with
html, you're out of luck. It's also bad design to mix business logic with
your presentation layer.
You might want to look into some frameworks like django to help you along.
On Jan 28, 2012 2:04 AM, "t4 techno" wrote:
> hi ev
> hi everyone,
>
> I want to make a web page which has to include some python script and html
> tags as well, am not getting how to do that .
> I searched some articles but cant understand them .
> is there anything like linking an external html file into python script ?
>
> Can u please help f
hi everyone,
I want to make a web page which has to include some python script and html
tags as well, am not getting how to do that .
I searched some articles but cant understand them .
is there anything like linking an external html file into python script ?
Can u please help for same
waiting fo