1. ===============
    
  2. Getting started
    
  3. ===============
    
  4. 
    
  5. New to Django? Or to web development in general? Well, you came to the right
    
  6. place: read this material to quickly get up and running.
    
  7. 
    
  8. .. toctree::
    
  9.    :maxdepth: 1
    
  10. 
    
  11.    overview
    
  12.    install
    
  13.    tutorial01
    
  14.    tutorial02
    
  15.    tutorial03
    
  16.    tutorial04
    
  17.    tutorial05
    
  18.    tutorial06
    
  19.    tutorial07
    
  20.    reusable-apps
    
  21.    whatsnext
    
  22.    contributing
    
  23. 
    
  24. .. seealso::
    
  25. 
    
  26.     If you're new to Python_, you might want to start by getting an idea of what
    
  27.     the language is like. Django is 100% Python, so if you've got minimal
    
  28.     comfort with Python you'll probably get a lot more out of Django.
    
  29. 
    
  30.     If you're new to programming entirely, you might want to start with this
    
  31.     `list of Python resources for non-programmers`_
    
  32. 
    
  33.     If you already know a few other languages and want to get up to speed with
    
  34.     Python quickly, we recommend `Dive Into Python`_. If that's not quite your
    
  35.     style, there are many other `books about Python`_.
    
  36. 
    
  37.     .. _python: https://www.python.org/
    
  38.     .. _list of Python resources for non-programmers: https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
    
  39.     .. _Dive Into Python: https://diveinto.org/python3/table-of-contents.html
    
  40.     .. _books about Python: https://wiki.python.org/moin/PythonBooks