Re: Help, I need to convert my python code into Secure API using Django

2019-04-29 Thread Vamsi
Hi Chetan, Thank you very much. I’ll go through these resources and let you know how it went. Sent from my iPhone > On Apr 29, 2019, at 2:58 PM, Chetan Ganji wrote: > > Linux is very easy to get started, as a web developer, all the code that you > write will end up on a linux server eventuall

Re: Help, I need to convert my python code into Secure API using Django

2019-04-29 Thread Chetan Ganji
Linux is very easy to get started, as a web developer, all the code that you write will end up on a linux server eventually. It would be very good idea to start learning linux immediately. You will require that skill in the near future. None would want to pay the price of windows server when Linux

Re: Help, I need to convert my python code into Secure API using Django

2019-04-29 Thread Vamsi
Hi Chetan, Thanks for the quick reply. Linux is not an option for me as I am not well versed in it. Is it possible for you to give me some resource for windows. Thanks and regards, Vamsi Sent from my iPhone > On Apr 29, 2019, at 1:06 PM, Chetan Ganji wrote: > > Hi Vamsi, > > For No 1 - You c

Re: Help, I need to convert my python code into Secure API using Django

2019-04-29 Thread Chetan Ganji
Hi Vamsi, For No 1 - You can create a REST API using django or (django + django rest framework). For No 2,3,4 - For production you have to user Apache + modwsgi or nginx + gunicorn (or other wsgi compliant server for python). I dont suggest windows for production. If you plan to use it on linux,