Tutorial 15- Map Functions using Python

preview_player
Показать описание
Please join as a member in my channel to get additional benefits like materials in Data Science, live streaming for Members and many more
Welcome to the Python Crash Course. In this video we will discuss about Functions in python and positional and keyword arguments

Connect with me here:

If you like music support my brother's channel

Buy the Best book of Machine Learning, Deep Learning with python sklearn and tensorflow from below
amazon url:

You can buy my book on Finance with Machine Learning and Deep Learning from the below url

Subscribe my unboxing Channel

Below are the various playlist created on ML,Data Science and Deep Learning. Please subscribe and support the channel. Happy Learning!

You can buy my book on Finance with Machine Learning and Deep Learning from the below url

🙏🙏🙏🙏🙏🙏🙏🙏
YOU JUST NEED TO DO
3 THINGS to support my channel
LIKE
SHARE
&
SUBSCRIBE
TO MY YOUTUBE CHANNEL
Рекомендации по теме
Комментарии
Автор

Pretty much simple, pretty much easy !! Every video has this line and now it is in my subconscious

pratikvyas
Автор

Each and every video make me too intrest. I getting more confidence when I learning through your videos...thank you krish.. ❤💫

indirajithkv
Автор

You are awesome! I have already recommended your channel to all my friends. Keep up the good work!

sanmyh
Автор

Excellent explanation!! Thank you so much🙏😊😊❤

programsolve
Автор

This is amazing and very clear, thank you so much

vanindrahargyono
Автор

this was a great video, simple and to the point thank you!

Maria-m.D
Автор

'map' object is not callable its showing on executing the code

ritikasingh
Автор

thank u so much sir,
very much helpful

sagarrajput
Автор

Make a video on how to start preparing for data science as a career, and if possible make a playlist for the same, thank you.

debanikkundu
Автор

Your almost all videos are awesome. If you would have explained this topic in detail would have been more helpful.

pritamrajai
Автор

product of two numbers:
def EvenOdd(n1, n2):
num = n1*n2
if num%2==0:
return 1
else:
return 0

aipositive
Автор

Sir, I am your big follower, I have learned from you many things.
But using this for this will be more easy. Examp:
print([even_or_odd(n) for n in lst])
map is really good, But I have checked time complexity both are same.
If I made any mistake as my logic pleases forgive me. I am your good follower.

manaspaul
Автор

Is nested Map function possible so that we can send the one result to another function?

rutvikjoshi
Автор

Thanks for the effort but where is episode 14 please????

MustafaSalaheldin
Автор

If the content is provided here, how the course paid is different from this free youtube video?

shaurabhk
Автор

Getting the error - 'map' object is not callable - someone please help

hdreacts-hogt
Автор

my program throwing none values, when I typecast in list

anuragsingh-tpsm
Автор

When i did this function, it showing list object is not callable

jagadeshnaga
Автор

anyone executing the same code and getting list object not callable error

srijitbhattacharya
Автор

How to pass 2 variables to map function

adelabdelsamie