Re: How may I Integrate Python Code with REST

2015-06-13 Thread subhabrata . banerji
On Saturday, June 13, 2015 at 2:17:43 AM UTC+5:30, Laura Creighton wrote: > In a message of Fri, 12 Jun 2015 10:52:19 -0700, w > rites: > >Dear Group, > > > >I wrote a Python code. In the code there are two modules where we may insert > >data from outside. They are updating some training module a

Re: How may I Integrate Python Code with REST

2015-06-12 Thread Laura Creighton
In a message of Fri, 12 Jun 2015 10:52:19 -0700, subhabrata.bane...@gmail.com w rites: >Dear Group, > >I wrote a Python code. In the code there are two modules where we may insert >data from outside. They are updating some training module and updating index. >As a standalone code this is working

Re: How may I Integrate Python Code with REST

2015-06-12 Thread sohcahtoa82
On Friday, June 12, 2015 at 10:52:30 AM UTC-7, subhabrat...@gmail.com wrote: > Dear Group, > > I wrote a Python code. In the code there are two modules where we may insert > data from outside. They are updating some training module and updating index. > As a standalone code this is working fine.

How may I Integrate Python Code with REST

2015-06-12 Thread subhabrata . banerji
Dear Group, I wrote a Python code. In the code there are two modules where we may insert data from outside. They are updating some training module and updating index. As a standalone code this is working fine. I need to port this code to REST. I tried to learn Flask. My Practice for Flask is