===================
Recommended Reading
===================

Relevant OpenStack Projects
---------------------------

-  `nova <http://docs.openstack.org/developer/nova>`_
-  `ceilometer <http://docs.openstack.org/developer/ceilometer>`_
-  `oslo-incubator <http://docs.openstack.org/developer/oslo-incubator>`_
-  `oslo.config <http://docs.openstack.org/developer/oslo.config>`_ This is a
   library for parsing configuration files and command line arguments.
   It is maintained by Mark McLoughlin.
-  `hacking <http://docs.openstack.org/developer/hacking>`_ This enforces
   openstack community coding style guidelines

General Python/Frameworks
-------------------------

-  `dive into python <http://www.diveintopython.net>`_
-  `pecan <http://pecan.readthedocs.org/en/latest/>`_
-  `sqlalchemy <http://docs.sqlalchemy.org/en/rel_0_8/>`_
-  `style guide <http://www.python.org/dev/peps/pep-0008/>`_ This guide
   is the baseline for 'hacking' above.

