Community Data Science Workshops (Fall 2014)/Day 1 lecture: Difference between revisions

Content added Content deleted
imported>Mako
imported>Mako
Line 65: Line 65:
** the <code>.append()</code> function is a special kind of function that lists know about
** the <code>.append()</code> function is a special kind of function that lists know about
* changing elements
* changing elements
** replacing elements like <code>my_list[0] = "foo"</code>
* slicing lists
* slicing lists
* strings are like lists
* strings are like lists