Efficiently slice sequences, including lists, tuples, and strings, into a sequence subset in Python.
Hello World Wide Web
My name is Kyle Clark. Software & Data Engineer.
Programming since 2001. Professionally since 2007.
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.