20:09

Finding an element within a sequence

By: cbcafier

Finding an element within a sequence using `in`, and finding the index of the first occurrence of an element in a sequence with `.index()`

10:59

What gets returned by sequence methods

By: cbcafier

What gets returned by sequence methods

6:45

More on lists, including IndexError

By: cbcafier

More on lists, including IndexError

11:26

List methods

By: cbcafier

Introduction to list methods .sort(), .append(), .pop()

3:45

More on creating tuples

By: cbcafier

More on creating tuples

6:11

Concatenating sequences

By: cbcafier

Concatenating sequences

5:17

Strings as sequences

By: cbcafier

Strings as sequences

18:14

Tuples: Introduction

By: cbcafier

Tuples: Introduction

5:05

Lists: Nested lists

By: cbcafier

Lists: Nested lists