Re: [Tutor] Python with HTML

2012-01-29 Thread Stefan Behnel
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

Re: [Tutor] Python with HTML

2012-01-29 Thread P.
> > 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

Re: [Tutor] Python with HTML

2012-01-29 Thread Steven D'Aprano
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

Re: [Tutor] Python with HTML

2012-01-29 Thread ian douglas
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

Re: [Tutor] Python with HTML

2012-01-29 Thread Evert Rol
> 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

[Tutor] Python with HTML

2012-01-28 Thread t4 techno
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