equal
deleted
inserted
replaced
|
1 Getting started |
|
2 =============== |
|
3 |
|
4 New to Django? Or to Web development in general? Well, you came to the right |
|
5 place: read this material to quickly get up and running. |
|
6 |
|
7 .. toctree:: |
|
8 :maxdepth: 1 |
|
9 |
|
10 overview |
|
11 install |
|
12 tutorial01 |
|
13 tutorial02 |
|
14 tutorial03 |
|
15 tutorial04 |
|
16 whatsnext |
|
17 |
|
18 .. seealso:: |
|
19 |
|
20 If you're new to Python_, you might want to start by getting an idea of what |
|
21 the language is like. Django is 100% Python, so if you've got minimal |
|
22 comfort with Python you'll probably get a lot more out of Django. |
|
23 |
|
24 If you're new to programming entirely, you might want to start with this |
|
25 `list of Python resources for non-programmers`_ |
|
26 |
|
27 If you already know a few other languages and want to get up to speed with |
|
28 Python quickly, we recommend `Dive Into Python`_ (also available in a |
|
29 `dead-tree version`_). If that's not quite your style, there are quite |
|
30 a few other `books about Python`_. |
|
31 |
|
32 .. _python: http://python.org/ |
|
33 .. _list of Python resources for non-programmers: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers |
|
34 .. _dive into python: http://diveintopython.org/ |
|
35 .. _dead-tree version: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20 |
|
36 .. _books about Python: http://wiki.python.org/moin/PythonBooks |