On Oct 5, 12:41 pm, Robin Becker <[EMAIL PROTECTED]> wrote:
> Diez B. Roggisch wrote:
> > [EMAIL PROTECTED] wrote:
>
> ...
>
> > You certainly need to get on speed with webdevelopment. Otherwise you will
> > fail miserably.
>
> > There are several options here:
>
> > - rendering a server-side
On Oct 5, 4:28 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Hi there
>
> > I currently have a Python program outputing to the command line,
> > durations of 'completed Steps' and 'data items' in relation to time
> > i.e.
>
> > --jfh
> >
[EMAIL PROTECTED] wrote:
> On Oct 5, 11:43 am, Bjoern Schliessmann > The above approaches allow you to directly print to the web page.
>
> Would this mean I wouldn't be able to have any fancy graphics
> outputed such as the rectangles I mentioned before with different
> filled in colours?
No, it
Diez B. Roggisch wrote:
> [EMAIL PROTECTED] wrote:
>
...
>
> You certainly need to get on speed with webdevelopment. Otherwise you will
> fail miserably.
>
> There are several options here:
>
> - rendering a server-side image, deliver that embedded in a html-page
>
> - render using html
[EMAIL PROTECTED] wrote:
> Hi there
>
> I currently have a Python program outputing to the command line,
> durations of 'completed Steps' and 'data items' in relation to time
> i.e.
>
>
> --jfh
> -kl//kl started after jfh finished
> % D
On Oct 5, 11:43 am, Bjoern Schliessmann wrote:
> [EMAIL PROTECTED] wrote:
> > Is there any way this web programming can be done in python.
>
> Sure. Minimalistic approaches include using CGI
> (http://docs.python.org/lib/module-cgi.html)
> or using Apache with mod_python directly. There are also
[EMAIL PROTECTED] wrote:
> Is there any way this web programming can be done in python.
Sure. Minimalistic approaches include using CGI
(http://docs.python.org/lib/module-cgi.html)
or using Apache with mod_python directly. There are also web
frameworks for Python, but I don't know much about th
Hi there
I currently have a Python program outputing to the command line,
durations of 'completed Steps' and 'data items' in relation to time
i.e.
--jfh
-kl//kl started after jfh finished
% Ds //new data arrived at this point in time