Tutorial 15- Map Functions using Python

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ •

  • @pratikvyas1438
    @pratikvyas1438 3 роки тому +5

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

  • @sanmyh
    @sanmyh 4 роки тому +14

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

  • @indirajithkv7793
    @indirajithkv7793 2 роки тому +3

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

  • @ritikasingh8671
    @ritikasingh8671 4 роки тому +5

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

  • @Maria-m.D
    @Maria-m.D Рік тому +2

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

  • @programsolve3053
    @programsolve3053 3 роки тому +1

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

  • @anubhavroy3028
    @anubhavroy3028 3 роки тому

    Perfect Crisp Explaination

  • @debanikkundu6145
    @debanikkundu6145 4 роки тому +3

    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.

  • @aipositivee
    @aipositivee 2 роки тому

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

  • @sagarpandya7865
    @sagarpandya7865 4 роки тому +1

    awesome what a explanation

  • @crystalqueensk
    @crystalqueensk 2 роки тому

    Thank you. You simplified it

  • @rutvikjoshi113
    @rutvikjoshi113 Рік тому

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

  • @anushkakhuspe5220
    @anushkakhuspe5220 Рік тому

    Thank you!

  • @parthshah6463
    @parthshah6463 4 роки тому +1

    Brilliant !

  • @vanindrahargyono4772
    @vanindrahargyono4772 2 роки тому

    This is amazing and very clear, thank you so much

  • @sagarrajput7760
    @sagarrajput7760 2 роки тому

    thank u so much sir,
    very much helpful

  • @anuragsingh-tp6sm
    @anuragsingh-tp6sm 2 роки тому

    my program throwing none values , when I typecast in list

  • @CSKAASIPRASANTHA
    @CSKAASIPRASANTHA 3 роки тому

    Awesome explanation 👍

  • @ayselceferzade8587
    @ayselceferzade8587 2 роки тому

    Great! thanks a lot!

  • @delesegdevassy9685
    @delesegdevassy9685 2 роки тому

    Thank you.

  • @godwinsvce
    @godwinsvce 4 роки тому +2

    Tutorial 14 is missing

  • @manaspaul1908
    @manaspaul1908 3 роки тому

    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.

    • @hallo-xp2wh
      @hallo-xp2wh 2 роки тому

      map applies each element in an iterable to a function call
      List comprehensions are fast...you can use both

  • @DOMDdwivedi91
    @DOMDdwivedi91 3 роки тому +2

    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.

    • @klroyal8854
      @klroyal8854 2 роки тому

      yes bro, 14 missing . how to get it

  • @MoAam-n6b
    @MoAam-n6b 4 роки тому

    thanx brother well understood now

  • @hdreacts-ho8gt
    @hdreacts-ho8gt Рік тому +1

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

  • @a-j19
    @a-j19 4 роки тому

    Nice 👍 explanation

  • @shaurabhk7526
    @shaurabhk7526 5 років тому +5

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

    • @krishnaik06
      @krishnaik06  5 років тому +1

      Only the python part will be put...i had earlier informed i will upload python videos...that's it

  • @jagadeshnaga1405
    @jagadeshnaga1405 4 роки тому +1

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

    • @udayashangar
      @udayashangar 4 роки тому +6

      Kernel restart will help If you are using JupiterNotebook.

  • @29ibrahimsayed95
    @29ibrahimsayed95 2 роки тому

    awesome

  • @pritamrajai3664
    @pritamrajai3664 3 роки тому

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

  • @srijitbhattacharya6770
    @srijitbhattacharya6770 8 місяців тому

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

  • @hometvfirestick
    @hometvfirestick 3 роки тому

    thanks

  • @aquibfarhaan6388
    @aquibfarhaan6388 4 роки тому

    When I complied its showing even_or_odd is not defined ....y?

    • @prasanna2179
      @prasanna2179 4 роки тому

      First you need to create a function and then can use the map function.

  • @adelabdelsamie3746
    @adelabdelsamie3746 4 роки тому +1

    How to pass 2 variables to map function

    • @axaypatoliya8003
      @axaypatoliya8003 4 роки тому +2

      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!

  • @MustafaSalaheldin
    @MustafaSalaheldin 9 місяців тому

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

  • @nitishhegde4591
    @nitishhegde4591 2 роки тому

    tutorial-14 of this playlist is missing..

  • @rajavepuri8007
    @rajavepuri8007 Рік тому

    TypeError: 'list' object is not callable

  • @manuchowdary7848
    @manuchowdary7848 4 роки тому

    nycc video sirrr

  • @sagarbhagat6475
    @sagarbhagat6475 2 роки тому

    i got an error.......that.....'map' object is not callable......why...:(

    • @devashrichaudhari6875
      @devashrichaudhari6875 2 роки тому

      i got same error, map name variable is created by mistake just try: del map

  • @aryashjain7893
    @aryashjain7893 3 роки тому

    Wow :)

  • @saikaladhar7607
    @saikaladhar7607 2 роки тому

    bro all are printing in single line only.......i"m not gettting like you in new lines

  • @JacklinSibiyal
    @JacklinSibiyal 10 місяців тому

    Day 6 - 21/02/24

  • @丅-k3r
    @丅-k3r 2 роки тому

    why u making it so.......complex bruhh just return true...make it simple as much as u can

    • @丅-k3r
      @丅-k3r 2 роки тому

      if u want to make longer video its ok! first do the basic and then go complex use ur .formate vagera vagera.....

  • @992_cup
    @992_cup Рік тому

    Thank you.

  • @domillima
    @domillima Рік тому

    thank you