Do you want a python shell in a browser ??

On Mon, Jan 28, 2013 at 7:42 PM, JAGANADH G <jagana...@gmail.com> wrote:

> Hi All
>
> I have python application which performs extract, store and analyze data
> from web. I need a shell like environment for my program like
>
> >>> e = extractor()
>
> >>> a = analyzer()
>
> >>> e.start()
>
> >>> a.start()
>
> Which will start my extraction process . After that I want check weather
> the extraction is running or not. Like
>
> >>> active_process()
>
>
>
> Is there any way to do the same. Any pointers to some examples or
> tutorials.
>
> --
> **********************************
> JAGANADH G
> http://jaganadhg.in
> *ILUGCBE*
> http://ilugcbe.org.in
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to