2021-03-05
|~5 min read
|987 words
Python has a very concise syntax for creating new lists called List Comprehension. List comprehension is a way to define a new list based on…
2021-03-05
|~5 min read
|987 words
Python has a very concise syntax for creating new lists called List Comprehension. List comprehension is a way to define a new list based on…
2021-03-05
|~3 min read
|450 words
I came across a situation where I had a collection of collections. Some of the internal collections, however, I didn’t want to keep around…
2021-03-05
|~3 min read
|450 words
I came across a situation where I had a collection of collections. Some of the internal collections, however, I didn’t want to keep around…