Komentáře •

  • @dr.sandeepkulkarni459
    @dr.sandeepkulkarni459 Před rokem +2

    Very informative, Good👍

  • @DhavalAhir10
    @DhavalAhir10 Před 5 měsíci

    Just use print(repr(those long string with """))

  • @shantanubiswas5227
    @shantanubiswas5227 Před rokem +1

    Appreciate your effort for these kind of videos. Thanks it was really helpful.
    But in last question input and output are different.

    • @Codeyug
      @Codeyug Před rokem

      Yeah.. Small mistake happened in last. I didn't check input properly...

  • @Ahamsanatani8213
    @Ahamsanatani8213 Před 4 měsíci

    no.5-- u can use '''quote it will work

  • @mr.chauhan7854
    @mr.chauhan7854 Před 10 měsíci

    3:10
    How the Modulo work**
    It follows below points:
    1. The result is always depend on the sign of Denominator.
    2. There is no fuss if the Dividend is complely divisible with divisor (eg. 4%2), the result will always be 0(Zero).
    3. Real fuss happens when the Dividend is not complely divisible with divisor.
    Eg 1.( 7%-2)
    Result = A - (A//B) * B
    i.e 7 - (7//-2)*(-2)
    = 7 - (-4) * (-2)
    = 7 - 8
    = -1 is the answer!
    & 7//-2 = -3.5 which is negative floor value = (-4)
    Eg 2. ( -7%2)
    Result = A - (A//B) * B
    i.e -7 - (-7//2)*(2)
    = -7 - (-4) * (2)
    = -7 + 8
    = 1
    Remember Rule #1, result is always depend on the sign of Denominator.
    Hence, (-1 is the answer!)

  • @narendraparmar1631
    @narendraparmar1631 Před 5 měsíci +1

    Thanks for this good explanation

    • @Codeyug
      @Codeyug Před 5 měsíci

      Thanks for comment

  • @user-bl5ow5gv7p
    @user-bl5ow5gv7p Před rokem +1

    very great//sir thank you

    • @Codeyug
      @Codeyug Před rokem

      Please check playlists section

  • @ksradau
    @ksradau Před 5 měsíci +1

    perfect! thank u

    • @Codeyug
      @Codeyug Před 5 měsíci

      Thanks and please do share

  • @shivafoods007
    @shivafoods007 Před 9 měsíci

    print('\"python uses \
    for newline"')

  • @theraizadatalks14
    @theraizadatalks14 Před 11 měsíci +2

    Hi,
    I'm following your interview playlist. It's very good and you clear all the concepts. Thank you ✌️❤
    If you could post one video on "Creating different star patterns in python and also include some character patterns like :"
    A B C D
    A B C
    A B
    A
    or some complex star patterns that would be helpful. It's a request. Most of the time you post question from comment section. I hope you'll do for this request too.

    • @Codeyug
      @Codeyug Před 11 měsíci +1

      I am planning to create a playlist on pattern programs as it is mostly asked in interviews. But, I am not getting much time from current topics. I will start working on this as soon as possible. thank you for comment!

  • @shivafoods007
    @shivafoods007 Před 9 měsíci

    print('''"""conversation - He said,"Shantanu's explanation is very good" and I subscribed channel"""''')

  • @user-gj7gk7hb8d
    @user-gj7gk7hb8d Před měsícem +1

    Thanks Sir

  • @siddhigolatkar8558
    @siddhigolatkar8558 Před 3 měsíci +1

    Thank you

    • @Codeyug
      @Codeyug Před 3 měsíci

      Please do share!

  • @anjalidhull1964
    @anjalidhull1964 Před rokem +1

    can you suggest me best tutorial for statistics on you tube (for Data science course).?

    • @Codeyug
      @Codeyug Před rokem +1

      Let me check..

    • @Codeyug
      @Codeyug Před rokem +1

      there are courses on udemy with 'statistics for data science'. Could you please check..

    • @anjalidhull1964
      @anjalidhull1964 Před rokem +1

      @@Codeyug okkk thankyou so much 😊

  • @SerendipitySage29
    @SerendipitySage29 Před 11 měsíci +2

    recently they have asked me in a interview and told me not to use any loop , inbuilt function so I have used this high order function and solution is
    l1=[1,2,3]
    l2=[4,5,6]
    l3=[7,8,9]
    #output=[12,15,18]
    result=list(map(lambda x,y,z:x+y+z,l1,l2,l3))
    print(result)

  • @bidhanry9740
    @bidhanry9740 Před 4 měsíci

    As you said - "If stop value is not found then the output will be null"
    so if I print - print(name[2:100:1], then the output will be "antanu"
    in this case, it will start from index 2 and will keep on searching for 100, python will fail to get index 100 so it should'nt print any result right???

  • @palakjaiswal7345
    @palakjaiswal7345 Před 2 měsíci

    How many years of experience do you have in IT?

  • @pratikdumbhare6504
    @pratikdumbhare6504 Před 8 měsíci +1

    Sir
    Can share tutorial link

    • @Codeyug
      @Codeyug Před 8 měsíci

      czcams.com/play/PLI4OVrCFuY5725OhoRi-G2YwnjKXh7v0F.html

  • @sourabhmori8129
    @sourabhmori8129 Před 2 měsíci

    Sir aapke logics itne strong kaise he, aap har question ke pechhe kya strategy followed krte he, please btaiyye, mujhe bhi aapke jaise strong logic krna he,mujhe question solve krne me kaafi time lgta he aap har question ko itne easily kaise solve kr lete he please, btaiyye mujhe, aur aapki initial journey kaisi thiii, i mean aap kya starting se hi coding me pro theee, ya hmare jaisi hi dhere -2 solve krte theee, please mujhe sab battein aaapke baare me jannna he, me kaafi pareshaan ho chuka hu mere logics jaldi bnte nhi, kya karu, please meri kuchh help kr dijiye sir 😓😓😭😭

    • @Codeyug
      @Codeyug Před 2 měsíci

      It's about practice and mee concepts dimag me ekdam clear hai

    • @sourabhmori8129
      @sourabhmori8129 Před 2 měsíci

      @@Codeyug Thank You Sir 😇

  • @Ahamsanatani8213
    @Ahamsanatani8213 Před 4 měsíci

    3no. qn...wahan ' quote nehin he apporstrophe

  • @kanishkbhatt4264
    @kanishkbhatt4264 Před rokem +1

    @Code-yug
    a=[1,4,7]
    b=[2,5,8]
    c=[3,6,9]
    print(list(zip(a,b,c)))
    output will be---> [(1,2,3),(4,5,6),(7,8,9)]
    and the desired output is [(1,4,7),(2,5,8),(3,6,9)]
    can be obtained by:
    l=[]
    l.append(tuple(a))
    l.append(tuple(b))
    l.append(tuple(c))
    print(l)
    Thanx for the video, helped a lot 😍❤

    • @Codeyug
      @Codeyug Před 11 měsíci

      Thank you for the comment. Please have a look in playlist section

    • @user-ev6up8fo1o
      @user-ev6up8fo1o Před 5 měsíci

      bro before he shows the answer i literally did same as you did in 2nd one.. i dont understand what zip will do in
      first solution

  • @user-ql3pu4sm7u
    @user-ql3pu4sm7u Před 6 měsíci +1

    a = """ \"\"\" conversation - He said, \"shantanu\'s explaination
    is very good\" and i subscribed channel\"\"\" """
    print(a)

    • @Codeyug
      @Codeyug Před 6 měsíci

      Thanks and please do share

  • @siddhigolatkar8558
    @siddhigolatkar8558 Před 3 měsíci +1

    these are 9 questions

    • @Codeyug
      @Codeyug Před 3 měsíci

      Chalta hai ab😅

  • @nothacker7778
    @nothacker7778 Před 6 měsíci +1

    Lo sede eddange edyala guru

    • @Codeyug
      @Codeyug Před 6 měsíci +1

      Mean?

    • @nothacker7778
      @nothacker7778 Před 6 měsíci

      @@Codeyug look at 10th question..
      U have mentioned something u written something

    • @Codeyug
      @Codeyug Před 6 měsíci

      Okay will correct that Or edit

  • @sandeepdash5652
    @sandeepdash5652 Před 21 dnem +1

    Your explanation of the zip function is incorrect .Jo dikh raha hai image mein wo kaam waise nahi karta hai ..Otherwise things are good and fine .Its not taking a , b and c lists individually .Rather its taking the first element of a,b,c then 2nd element of a,b,c and so on

    • @Codeyug
      @Codeyug Před 21 dnem

      whats wrong?

    • @sandeepdash5652
      @sandeepdash5652 Před 21 dnem

      @@Codeyug Check at 15:55 .The Given input doesnt generate the out given output .The given input upon applying the zip function results in
      [(1, 2, 3), (4, 5, 6), (7, 8, 9)] list ... and not [(1,4,7),(2,5,8) , (3,6,9) ] as you have shown .. Small error.only in the image .