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

Content added Content deleted
imported>Mako
imported>Mako
Line 63: Line 63:
* adding elements
* adding elements
** using the the <code>my_list.append()</code> function
** using the the <code>my_list.append()</code> function
** the <code>.append()</code> function is a special kind of function that lists know about
* changing elements
* changing elements
* slicing lists
* slicing lists