[BangPypers] Interactive shell for python application

Pradeep Banavara pradeepbs at gmail.com
Mon Jan 28 15:21:04 CET 2013


Do you want a python shell in a browser ??


On Mon, Jan 28, 2013 at 7:42 PM, JAGANADH G <jaganadhg at 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 at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list