Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95178 > unrolled thread

Re: Is Django the way to go for a newbie?

Started byChris Angelico <rosuav@gmail.com>
First post2015-08-09 14:44 +1000
Last post2015-08-09 14:44 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Is Django the way to go for a newbie? Chris Angelico <rosuav@gmail.com> - 2015-08-09 14:44 +1000

#95178 — Re: Is Django the way to go for a newbie?

FromChris Angelico <rosuav@gmail.com>
Date2015-08-09 14:44 +1000
SubjectRe: Is Django the way to go for a newbie?
Message-ID<mailman.1342.1439095484.3674.python-list@python.org>
On Sun, Aug 9, 2015 at 2:08 PM, Dwight GoldWinde <Dwight@goldwinde.com> wrote:
> I am both new to Python and I haven’t even touched Django yet.
>
> I understand I that I need Django or something like it to develop my
> website.
>
> From what I have read, Python and Django somewhat go together.
>
> Is that true?
>
> Or is there another development platform better for someone like me than
> Django?

Django is quite big and powerful, but if your needs are simple, you
could consider something a bit simpler. I've used Flask for a couple
of web sites, and have worked with a number of students who've used it
successfully.

My recommendation: Learn Python first, and worry about web frameworks
later. Once you have the basics of the language under your belt,
you'll be better able to judge what works and what doesn't for the web
site you're trying to build.

Do you have a background in other programming languages, or are you
new to programming as a whole?

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web