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

imported>Mako
imported>Mako
Line 57:
* <tt>len()</tt> review
* accessing elements
** indexing like my_list[0]
** indexing starts from the front 0 (now you understand all the zeros we've been using
** we go from the end with negative numbers
* adding elements
* changing elements
Anonymous user