Re: how do you build an html website in python?

2010-04-17 Thread Richard Shebora
Check out this site. It will give you a great starting point for basic and some complex django apps... http://alpha.djangogenerator.com On Sat, Apr 17, 2010 at 8:39 PM, Nick Lacey wrote: > > > On Apr 17, 9:52 pm, Steven Elliott Jr wrote: > >>

Re: how do you build an html website in python?

2010-04-17 Thread Nick Lacey
On Apr 17, 9:52 pm, Steven Elliott Jr wrote: > then read the django book > > http://www.djangobook.com/ Thanks for this link ... I worked through the Django Project tutorial, but in all honesty did not find it very helpful. It's all very bitty, and unpicking the

RE: how do you build an html website in python?

2010-04-17 Thread Joe Goldthwaite
more questions. -Original Message- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of codecub Sent: Saturday, April 17, 2010 1:28 PM To: Django users Subject: Re: how do you build an html website in python? that's really unhelpful dude, i read through

Re: how do you build an html website in python?

2010-04-17 Thread jay
Codecub, Actually his blog is a web application. Maybe this tutorials will help http://www.webmonkey.com/2010/02/Get_Started_With_Django/ It will show you how to create a small blog, which is exactly what that particular site is, just on a larger scale. It will also introduce you to some basic

Re: how do you build an html website in python?

2010-04-17 Thread Steven Elliott Jr
@codecub If you are interested in just building an HTML website why not just write it in HTML? Why do you think you need to use Python? What are the requirements of the website? Do you need a database and middleware? If so I would recommend following the django tutorial first:

Re: how do you build an html website in python?

2010-04-17 Thread Steven Elliott Jr
Python won't build a site for you by itself. Do you already know python, HTML, JavaScript, relational databases and the like? All of these things are still important. Python is only one piece of the overall puzzle. -Steven Elliott Jr On Apr 17, 2010, at 9:13 AM, "ge...@aquarianhouse.com"

Re: how do you build an html website in python?

2010-04-17 Thread codecub
that's really unhelpful dude, i read through that and it doesnt even help at all thats for software/applications not websites -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To

Re: how do you build an html website in python?

2010-04-17 Thread Vasil Vangelovski
That website is built using django which is a web framework built in python. If you want info on how to build a website using django consult the django tutorial: http://docs.djangoproject.com/en/dev/intro/tutorial01/ and the docs: http://docs.djangoproject.com/en/dev/contents/, If you want to

Re: how do you build an html website in python?

2010-04-17 Thread ge...@aquarianhouse.com
http://www.djangoproject.com/ On Apr 17, 3:06 pm, codecub wrote: > i want to create a website like whalesalad.com and ive read through > the python documentation but it doesnt explain building a website out > of scratch in python > > -- > You received this message because