Search Results

Results for: 'python'

6:45

More on lists, including IndexError

By: cbcafier

More on lists, including IndexError

10:59

What gets returned by sequence methods

By: cbcafier

What gets returned by sequence methods

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()`

11:15

Sequence unpacking

By: cbcafier

Sequence unpacking

17:19

Passing a mutable to a function

By: cbcafier

Passing a mutable to a function

7:20

An introduction to loops

By: cbcafier

An introduction to loops

16:36

`for` loops

By: cbcafier

`for` loops iterate over an iterable

24:57

`while` loops

By: cbcafier

`while` loops iterate while some condition is true.

15:13

Enumerate objects

By: cbcafier

Enumerate objects