[Tutor] building a website with python

Steven D'Aprano steve at pearwood.info
Wed Apr 10 02:17:55 CEST 2013


On 10/04/13 07:31, Benjamin Fishbein wrote:
> Hello. I learned Python this past year (with help from many of you) and wrote many programs for my small business. Now I want to build a website. I acquired the domain name through godaddy.com (bookchicken.com) but have not found hosting yet.
> I learned html, css, and javascript via codeacademy.org, but have never built a website.
> I would like to build it with Python, and was wondering if you could give me some pointers about what I need to learn first: Django is the thing to use? And do I need specific hosting to use python or are all hosts basically the same.


Django is an excellent product but pretty heavyweight. Consider CherryPy for a lighter experience with a more gentle learning curve.

http://www.cherrypy.org/



-- 
Steven


More information about the Tutor mailing list