On Wed, Apr 10, 2013 at 7:31 AM, Benjamin Fishbein
<bfishbei...@gmail.com> 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 great, but like others have suggested, so called "micro"
frameworks may be a good start. I personally would suggest Flask [1].
The documentation is extensive and excellent.


[1] http://flask.pocoo.org/docs/

-Amit.

--
http://amitsaha.github.com/
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to