Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Preview
Start a free Courses trial
to watch this video
In the second stage of Python Sequences, let's begin discussing the many different things we can do with them.
[MUSIC]
0:00
Welcome to stage two of Python Sequences.
0:04
Now that you've learned how
to iterate through sequences,
0:07
let's talk about sequence operations.
0:09
Sequence operations are things
you can do with sequences
0:12
like slicing them into smaller sequences,
determining one's length, or
0:15
learning which element in the sequence
is the highest or lowest value.
0:19
There are also operations
to determine whether or
0:23
not a given element is in the sequence or
how many times that element appears.
0:25
There are even ways to combine sequences
through addition and multiplication.
0:30
This course will be specifically
covering operations that are common to
0:35
all Python sequences,
both mutable and immutable.
0:38
At the end of this stage, you'll be
provided with a reference instruction step
0:42
that summarizes the different
operations you're about to learn.
0:46
And some others that aren't
discussed in the following videos.
0:49
Bookmark that page for easy access later.
0:52
We'll begin in the next video with slices.
0:54
You need to sign up for Treehouse in order to download course files.
Sign up