How may I Integrate Python Code with REST

sohcahtoa82 at gmail.com sohcahtoa82 at gmail.com
Fri Jun 12 14:59:33 EDT 2015


On Friday, June 12, 2015 at 10:52:30 AM UTC-7, subhabrat... at 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. 
> 
> I need to port this code to REST. I tried to learn Flask. My Practice for Flask is okay. I can put,get,delete. 
> 
> But how may I proceed I am not getting much idea. I bit new in REST. 
> If any one of the esteemed members may kindly provide an idea how may I proceed? 
> 
> Regards,
> Subhabrata Banerjee.

It is slightly unclear what you're asking.  REST isn't a programming language or a module or anything like that.  It is a software architecture style.

Flask is often used for implementing a REST interface.  If you understand how to use Flask, you're basically there already.



More information about the Python-list mailing list