Lists ===== Concepts -------- .. include:: concepts.rst :start-after: --ini_list :end-before: --end_list Keywords -------- .. include:: keywords.rst :start-after: --ini_list :end-before: --end_list :ref:`Examples ` ------------------------------- Notes ----- .. toctree:: :maxdepth: 2 _notes/list/index Slides ------ - :download:`List operations slides <_slides/list-ops_slides.pdf>` - :download:`List methods slides <_slides/list-ops2_slides.pdf>` - :download:`List traversal slides <_slides/list-trav_slides.pdf>` - :download:`List traversal 2 slides <_slides/list-trav2_slides.pdf>` References ---------- - `Section 6 in *Notes by Prof. D. Ayala* `__. - *How to Think Like a Computer Scientist*: Learning with Python 2nd Edition. Exercises --------- .. toctree:: :glob: :maxdepth: 3 _exercises/list/**/index