Re: [Tutor] building a website with python

2013-04-14 Thread Brian Lamb
Without overly proselytizing any particular host you might want to check out Webfaction for hosting. They have an excellent reputation for Python hosting and reasonable rates. There are of course others that some may prefer, you can certainly google for other web hosting comparisons. Also th

Re: [Tutor] building a website with python

2013-04-10 Thread Don Jennings
On Apr 9, 2013, at 11:07 PM, Benjamin Fishbein wrote: >> >> You've gotten some good feedback, but I suspect you will get better >> information if you provide more information about your goals for the site. >> > > Thanks for your help, everyone. There are some specific things I want the > sit

Re: [Tutor] building a website with python

2013-04-10 Thread Bradley Cloete
On Wed, Apr 10, 2013 at 5:07 AM, Benjamin Fishbein wrote: > > > > You've gotten some good feedback, but I suspect you will get better > information if you provide more information about your goals for the site. > > > > Thanks for your help, everyone. There are some specific things I want the > sit

Re: [Tutor] building a website with python

2013-04-09 Thread Benjamin Fishbein
> > You've gotten some good feedback, but I suspect you will get better > information if you provide more information about your goals for the site. > Thanks for your help, everyone. There are some specific things I want the site to do, and I'm not sure which would be the best developing tool

Re: [Tutor] building a website with python

2013-04-09 Thread Amit Saha
On Wed, Apr 10, 2013 at 12:47 PM, Amit Saha wrote: > On Wed, Apr 10, 2013 at 7:31 AM, 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

Re: [Tutor] building a website with python

2013-04-09 Thread Amit Saha
On Wed, Apr 10, 2013 at 7:31 AM, 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

Re: [Tutor] building a website with python

2013-04-09 Thread Amit Saha
On Wed, Apr 10, 2013 at 12:03 PM, Don Jennings wrote: > > On Apr 9, 2013, at 5:31 PM, 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 t

Re: [Tutor] building a website with python

2013-04-09 Thread Don Jennings
On Apr 9, 2013, at 5:31 PM, 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 hos

Re: [Tutor] building a website with python

2013-04-09 Thread Steven D'Aprano
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 learn

Re: [Tutor] building a website with python

2013-04-09 Thread James Reynolds
As far as hosts, I use digital ocean. It's a cloud based thing like EC2, but it's cheap (5/10/20 and up). You will of course have to configure everything yourself, but that's not such a bad thing. It will give you good experience configuring a linux box as well and learning about deployment. Sinc

Re: [Tutor] building a website with python

2013-04-09 Thread Walter Prins
Hello Benjamin, On 9 April 2013 22: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

Re: [Tutor] building a website with python

2013-04-09 Thread Marc Tompkins
On Tue, Apr 9, 2013 at 2:54 PM, Prasad, Ramit wrote: > Your hosting solution (needs) to support Python, and I do not believe all > hosts support Python. You > should double check with whatever host you choose. > Almost all commercial web hosts offer limited Python support (running as an Apache mo

Re: [Tutor] building a website with python

2013-04-09 Thread Prasad, Ramit
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

[Tutor] building a website with python

2013-04-09 Thread Benjamin Fishbein
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.o