summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/index.rst
blob: b5b7b33136163fc8a7fdd969169977236538d799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.. _quick_tutorial:

==========================
Quick Tutorial for Pyramid
==========================

Pyramid is a web framework for Python 2 and 3. This tutorial gives a Python
3/2-compatible, high-level tour of the major features.

This hands-on tutorial covers "a little about a lot": practical introductions
to the most common facilities. Fun, fast-paced, and most certainly not aimed at
experts of the Pyramid web framework.

Contents
========

.. toctree::
    :maxdepth: 1

    requirements
    tutorial_approach
    cookiecutters
    hello_world
    package
    ini
    debugtoolbar
    unit_testing
    functional_testing
    views
    templating
    view_classes
    request_response
    routing
    jinja2
    static_assets
    json
    more_view_classes
    logging
    sessions
    forms
    databases
    authentication
    authorization

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`