Python Refresher #4 | Sequences and Operations | List - Tuple - String as Sequence | Patterns

Опубликовано: 12 Октябрь 2024
на канале: MELVIN CABATUAN
46
0

Python Refresher 4 (Play at 1.25x speed)


Key:
https://github.com/melvincabatuan/Pyt...



Learning Objectives:



• To familiarize and utilize the Python range object and generate a sequence.

• To review sequences and iteration along with their basic operations:
Indexing
Slicing
Membership
Concatenation
Length
Iteration
Summation
Unpacking
Repetition
Sorting
• To apply the aforementioned operations in string (immutable), lists (mutable), and tuple (immutable) data types.
• To create functions with parameters and return values.