Dictionaries ============ Concepts -------- .. include:: concepts.rst :start-after: --ini_dict :end-before: --end_dict Keywords -------- .. include:: keywords.rst :start-after: --ini_dict :end-before: --end_dict :ref:`Examples ` ------------------------------- Notes ----- .. toctree:: :maxdepth: 1 _notes/dict/index Slides ------ - :download:`slides <_slides/dict_slides.pdf>` Exercises --------- .. toctree:: :glob: :maxdepth: 1 _exercises/dict/*/index References ---------- - `Section 9 in *Notes by Prof. D. Ayala* `__. - `Chapter 10 of *How to Think Like a Computer Scientist: Learning with Python*, 2nd Edition `__ - Capítol :ref:`tut-dictionaries` de :ref:`tutorial-index`. - Capítol :ref:`typesmapping` de :ref:`library-index`.