Map Function - Python Tips and Tricks #3

preview_player
Показать описание
Today we will look at the map function, which allows us to apply a function onto each element of a collection.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

🖥️ My Coding Setup 🖥️

Рекомендации по теме
Комментарии
Автор

bro, you're so underrated, 2021 will be your year

matteo
Автор

Thanks for creating such an awesome video!

unknownotaku
Автор

Thank you very much for this video, you did proper justice to it, i appreciate the time and effort

mubaraq
Автор

Never thought about that. Been recently watching your vids and im loving it! (could do with a little less swearing my dude but aside from that 100%)

joemamama
Автор

I'm getting an error when trying to use the map function on a numpy array. Is this not possible?

domillima
Автор

new_list = list(map(str, numbers)) this one correct!
print(new_list)

sudharbalaji
join shbcf.ru