List Comprehensions in Python
If you read enough Python code, you'll eventually come across the terse and efficient construction known as a list comprehension.
This is one feature of Python I expect you will fall in love with if you've not used it before; it looks something like ...
koursekat.hashnode.dev5 min read