Become a more efficient Python programmer

Che Kulhan
4 min readApr 25, 2023

During a recent project, I was focused on putting into practice many Python commands that would make my coding much more efficient. I classify these as my “must-haves” for programming efficiently, which include standard Python commands for working with lists, functions and even basic print statements. What other commands would you include in your list of must-haves?

Image courtesy of Real Python (https://realpython.com/)

map functions

--

--