1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Use
=======
If you are new to PyPubSub, you will likely want to start with :ref:`label-usage-basic`.
If you want a quick start, jump the :ref:`label-quick-start` section.
If you develop an application that uses PyPubSub, whether it is prototype or production
quality code, if it is more than just an experiment you will find that it can become
tedious to debug. This is because the decouping can make the link between
causes and effects challenging to identify. Also, you need better control over error
handling, and more maintainability via documentation of message structure. This is when
you turn to the :ref:`label-usage-advanced` section.
.. contents::
:depth: 1
:local:
.. toctree::
:maxdepth: 2
usage_basic
usage_advanced
howtos/index
reference
|