In this video, you will see demonstrations of how to use Python List Comprehensions.
- Converting a list of temperatures
- Determine which elements in a list are numbers
- Calling a function from within a list comprehension
- Combining two lists
- Combining multiple lists
Here are the files demoed in the video https://github.com/belgort-clark/python-list-comprehension-video-demos
Here’s a video on Python String Methods that you may also find helpful: