Running Zimventures there are several tools which I used to manage and run the business. Below is a collection of the websites and tools which I use that are valuable enough to actually pay for. Some of the sites and tools offer a free version as an introductory tier, which is perfect for you to […]
Category Archives: Python
Python List Comprehension
I’ll be honest, until recently, Python list comprehensions were avoided at all cost. They seemed confusing and akin to a ternary if statement gone horribly amuck. Readability of a list comprehension is tricky because there is no delimiter to segment the various elements (modify, loop, filter logic). Simply put… A list comprehension generates a new list […]