Hi, On Tue, Aug 13, 2013 at 10:12 AM, Manickkavasakam <[email protected]>wrote:
> Hi All, > > If we develop applications in Python, where to host it. Are there any > recommended web hosts available with affordable price. I would also like > to take reseller hosting and sell the it to the clients. > You can go for Heroku.com and Openshift.com (both have a basic free plan to get started) for hosting Python based Web apps. For Python standalone apps, you can host the code at Pythonanywhere.com. > Thanks, > Manikk > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > ILUGC Mailing List Guidelines: > http://ilugc.in/mailinglist-guidelines > -- Thanks & Regards, Prasanna Venkadesh. _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
