Become a More Efficient Python Programmer

Learn the best ways to create lists and accomplish other tasks in Python

Luay Matalka
Towards Data Science
9 min readJan 8, 2021

--

Photo by Gema Saputera on Unsplash

The goal of any python programmer is to write the most readable and computationally efficient code. In a previous tutorial, we covered several ways to create lists in python, including using for loops, the map and filter functions, and list comprehensions. But which of…

--

--

Lead Machine Learning Engineer, specializing in MLOps, with a passion for teaching.