Source: Unsplash

10 Interesting Python Built-in Functions and Operators to Put in Your Toolbox

Andre Ye
Towards Data Science
3 min readMar 24, 2020

--

We’ve all had at least one instance when we spend a considerable amount of time trying to write a function that, later, we realize there is a built-in function or operator.

Python is full of interesting built-in functions that can help save time in any application — in this article, we’ll go into 10 of them.

--

--