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.
Hello Sir, Tutorial 14 is missing in your python Playlist and ML Playlist in which you are going to talk about list and dictionary comprehension. May be I am not be able to find please direct me or provide link for the same.
You don''t have to pass any variable in map function you just have to pass the function name and iterables. Suppose we have to apply func1 on the list1 then the syntax would be, map(func1, list1) Hope you found this helpful. Thank-you!
Pretty much simple, pretty much easy !! Every video has this line and now it is in my subconscious
You are awesome! I have already recommended your channel to all my friends. Keep up the good work!
Each and every video make me too intrest. I getting more confidence when I learning through your videos...thank you krish.. ❤💫
'map' object is not callable its showing on executing the code
this was a great video, simple and to the point thank you!
Excellent explanation!! Thank you so much🙏😊😊❤
Perfect Crisp Explaination
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.
product of two numbers:
def EvenOdd(n1,n2):
num = n1*n2
if num%2==0:
return 1
else:
return 0
awesome what a explanation
Thank you. You simplified it
Is nested Map function possible so that we can send the one result to another function?
Thank you!
Brilliant !
This is amazing and very clear, thank you so much
thank u so much sir,
very much helpful
my program throwing none values , when I typecast in list
Awesome explanation 👍
Great! thanks a lot!
Thank you.
Tutorial 14 is missing
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.
map applies each element in an iterable to a function call
List comprehensions are fast...you can use both
Hello Sir,
Tutorial 14 is missing in your python Playlist and ML Playlist in which you are going to talk about list and dictionary comprehension.
May be I am not be able to find please direct me or provide link for the same.
yes bro, 14 missing . how to get it
thanx brother well understood now
Getting the error - 'map' object is not callable - someone please help
Nice 👍 explanation
If the content is provided here,how the course paid is different from this free youtube video?
Only the python part will be put...i had earlier informed i will upload python videos...that's it
When i did this function, it showing list object is not callable
Kernel restart will help If you are using JupiterNotebook.
awesome
Your almost all videos are awesome. If you would have explained this topic in detail would have been more helpful.
anyone executing the same code and getting list object not callable error
thanks
When I complied its showing even_or_odd is not defined ....y?
First you need to create a function and then can use the map function.
How to pass 2 variables to map function
You don''t have to pass any variable in map function you just have to pass the function name and iterables. Suppose we have to apply func1 on the list1 then the syntax would be,
map(func1, list1)
Hope you found this helpful. Thank-you!
Thanks for the effort but where is episode 14 please????
tutorial-14 of this playlist is missing..
yes , but how to get it
TypeError: 'list' object is not callable
nycc video sirrr
i got an error.......that.....'map' object is not callable......why...:(
i got same error, map name variable is created by mistake just try: del map
Wow :)
bro all are printing in single line only.......i"m not gettting like you in new lines
Day 6 - 21/02/24
why u making it so.......complex bruhh just return true...make it simple as much as u can
if u want to make longer video its ok! first do the basic and then go complex use ur .formate vagera vagera.....
Thank you.
thank you