Efficiently slice sequences, including lists, tuples, and strings, into a sequence subset in Python.
Level up your Python skills
Hello. My name is Kyle Clark.
Learn the building blocks to computational thinking and software engineering in Python.
Tutorials
Category
Skill Level
Recently Published
- Functional Python using the built-in functions map and filter. Includes an interactive coding challenge.
- List comprehensions are a concise Python syntax for creating lists.
- Zip is a Python built-in function to iterate over multiple iterables in parallel.
- Calculate basketball expected values using Python.
- Built-in Python function for looping with an index counter.
- Convert a list of 1's and 0's into a list of boolean values while introducing key concepts in Python.
- Evaluate an object value as truthy or falsy with Python truth value testing.
- Python data types for representing sequential characters.