Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Added SWC links for tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
tracykteal committed Nov 16, 2012
1 parent 28dae58 commit 493c267
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Python2/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ http://software-carpentry.org/

Python Lists
------------
SWC Tutorial: http://software-carpentry.org/4_0/python/lists/


Collections let us store many values together

Expand Down Expand Up @@ -96,6 +98,8 @@ You can print where the item is in the list::

Dictionaries
------------
SWC Tutorial: http://software-carpentry.org/4_0/setdict/dict/


Dictionaries have key, value pairs. Here is an example of a dictionary.

Expand Down

0 comments on commit 493c267

Please sign in to comment.