2022-11-28
|~2 min read
|225 words
Previously, I wrote about basic use cases of list comprehension in Python. Today’s example is slightly different and has to do with chunking…
2022-11-28
|~5 min read
|994 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…