Python Programming/Dictionaries: Difference between revisions

From Wikiversity
Jump to navigation Jump to search
Content deleted Content added
Line 19: Line 19:


== Activities ==
== Activities ==
# Complete one or more of the following tutorials:
#* Python.org
#** [https://docs.python.org/3/tutorial/datastructures.html Data Structures]
#* LearnPython
#** [http://www.learnpython.org/en/Dictionaries Dictionaries]
#* TutorialsPoint
#** [http://www.tutorialspoint.com/python/python_dictionary.htm Dictionary]
#** [http://www.tutorialspoint.com/python/python_tuples.htm Tuples]
#* Codecademy
#** [https://www.codecademy.com/learn/python Lists and Dictionaries]
#* Wikiversity
#** [[Python/Dictionaries]]
#* Wikibooks
#** [[Wikibooks: A Beginner's Python Tutorial/Tuples, Lists, Dictionaries]]


== See Also ==
== See Also ==

Revision as of 20:45, 11 June 2016

This lesson introduces Python dictionaries and tuples.

Objectives and Skills

Objectives and skills for this lesson include:

Readings

Multimedia

Examples

Activities

  1. Complete one or more of the following tutorials:

See Also

References