Python Comprehension

A guided tour and quick start.

Keno Leon
8 min readJan 27, 2020

--

Photo by Sharon McCutcheon from Pexels

Why Read this ?

If you ( like me ) are new to python and/or comprehension I hope this short tutorial will get you up to speed. In a nutshell, comprehension is a way to write concise ( short and effective) python code.

Much of comprehension in python deals with how you speak the language and much like your real…

--

--