Programming in Python
Programming in Python
  • 326
  • 248 896
Introduction to Google Colab
Introduction to Google Colab
มุมมอง: 339

วีดีโอ

Week 8 Live session 3
มุมมอง 7392 หลายเดือนก่อน
Week 8 Live session 3
Problem Solving | Problem-21
มุมมอง 8926 หลายเดือนก่อน
Problem Solving | Problem-21
Problem Solving | Problem-20
มุมมอง 5966 หลายเดือนก่อน
Problem Solving | Problem-20
Problem Solving | Problem-19
มุมมอง 4317 หลายเดือนก่อน
Problem Solving | Problem-19
OPPE | Mock | Problem-5
มุมมอง 6977 หลายเดือนก่อน
OPPE | Mock | Problem-5
OPPE | Mock | Problem-12
มุมมอง 4267 หลายเดือนก่อน
OPPE | Mock | Problem-12
OPPE | Mock | Problem-2
มุมมอง 6907 หลายเดือนก่อน
OPPE | Mock | Problem-2
OPPE | Mock | Problem-1
มุมมอง 1.1K7 หลายเดือนก่อน
OPPE | Mock | Problem-1
OPPE | Mock | Problem-13
มุมมอง 5377 หลายเดือนก่อน
OPPE | Mock | Problem-13
OPPE | Mock | Problem-10
มุมมอง 4987 หลายเดือนก่อน
OPPE | Mock | Problem-10
OPPE | Mock | Problem-4
มุมมอง 6797 หลายเดือนก่อน
OPPE | Mock | Problem-4
OPPE | Mock | Problem-6
มุมมอง 5597 หลายเดือนก่อน
OPPE | Mock | Problem-6
OPPE | Mock | Problem-7
มุมมอง 4637 หลายเดือนก่อน
OPPE | Mock | Problem-7
OPPE | Mock | Problem-9
มุมมอง 4827 หลายเดือนก่อน
OPPE | Mock | Problem-9
OPPE | Mock | Problem-8
มุมมอง 5117 หลายเดือนก่อน
OPPE | Mock | Problem-8
OPPE | Mock | Problem-3
มุมมอง 1.3K7 หลายเดือนก่อน
OPPE | Mock | Problem-3
OPPE | Mock | Problem-14
มุมมอง 4367 หลายเดือนก่อน
OPPE | Mock | Problem-14
OPPE | Mock | Problem-11
มุมมอง 5307 หลายเดือนก่อน
OPPE | Mock | Problem-11
OPPE | Mock | Problem-15
มุมมอง 3567 หลายเดือนก่อน
OPPE | Mock | Problem-15
Problem Solving | Problem-18
มุมมอง 1807 หลายเดือนก่อน
Problem Solving | Problem-18
Problem Solving | Problem-17
มุมมอง 5587 หลายเดือนก่อน
Problem Solving | Problem-17
Problem Solving | Problem-16
มุมมอง 1887 หลายเดือนก่อน
Problem Solving | Problem-16
Problem Solving | Problem-15
มุมมอง 2127 หลายเดือนก่อน
Problem Solving | Problem-15
Problem Solving | Problem-14
มุมมอง 1857 หลายเดือนก่อน
Problem Solving | Problem-14
Problem Solving | Problem-13
มุมมอง 2028 หลายเดือนก่อน
Problem Solving | Problem-13
Problem Solving | Problem-12
มุมมอง 2158 หลายเดือนก่อน
Problem Solving | Problem-12
Problem Solving | Problem-11
มุมมอง 2758 หลายเดือนก่อน
Problem Solving | Problem-11
Problem Solving | Problem-10
มุมมอง 1768 หลายเดือนก่อน
Problem Solving | Problem-10
Problem Solving | Problem-9
มุมมอง 2478 หลายเดือนก่อน
Problem Solving | Problem-9

ความคิดเห็น

  • @PRACHISINGH-x3c
    @PRACHISINGH-x3c วันที่ผ่านมา

    Where is the live session for week 1

  • @Luffy--96941
    @Luffy--96941 วันที่ผ่านมา

    bakwass ise he kyu bhej dete hai kuch smjh nahi ata iska Karthik sir is best

  • @recreatewithsuhail3707
    @recreatewithsuhail3707 4 วันที่ผ่านมา

    Thanks!

  • @SRINIVASARAGHAVANPR
    @SRINIVASARAGHAVANPR 11 วันที่ผ่านมา

    One feedback. When we try to submit along with int(a+b) in the first problem the python is not taking that and is throwing error- the answer is not considered. Only when I check the solution post the submission date- I came to know that the variable can be directly given like a+b and no need to add int at the beginning. This is the same for all the remaining questions in the first assignment. It would have been better if there was a sample completed assignment on how to solve these in the week 1 it would have been helpful. This is the same for the remaining assignment 2 to 4 as well. When we try to input along with the datatype as mentioned in the query it is not accepting and only if we give the values alone it is taking. Due to this I didnt understand well and missed submitting week 1 assignments.

  • @pramiladevi2827
    @pramiladevi2827 15 วันที่ผ่านมา

    Sir hindi session or bhi lo saree doubt clear ho gye

  • @aryansaini5097
    @aryansaini5097 16 วันที่ผ่านมา

    Bahut mja aa gya all doubts cleared ❤

  • @nikitakumari131
    @nikitakumari131 17 วันที่ผ่านมา

    Hii sir i am a thumbnail creator i can create thumbnail for your videos. If u assign me the work i will try my best not to disappoint you

  • @lilygotabunchofflowers
    @lilygotabunchofflowers 22 วันที่ผ่านมา

    The thumbnail help 😂

  • @DipanshuSinghBist
    @DipanshuSinghBist หลายเดือนก่อน

    Here we go again with one more mistake🫣 2:11:00 The answer here should be 8 instead of 10. We missed the part that it is not just iterating over the words of list, but it is iterating over every character of each word in the fruits. If n=8, then `except_count` will be incremented 3 times when it will iterate over chars of 'apple', 2 times for 'banana' and 2 more times for 'cherry'. Overall `except_count` will become 3 + 2 + 2 = 7. Any guesses what would be the value of `except_count` if n = 10. Answer would be 13.

    • @PRASHIJAIN-ie1yk
      @PRASHIJAIN-ie1yk หลายเดือนก่อน

      Sir, is the pdf of this session uploaded?

  • @DipanshuSinghBist
    @DipanshuSinghBist หลายเดือนก่อน

    2:40:30 The option 2 is also correct as I missed the last line in option 2 that would update the value of runs scored by Rohit against Aus to 120 inplace of 90 that we got from the first line.

    • @MUTHU_KRISHNAN_K
      @MUTHU_KRISHNAN_K หลายเดือนก่อน

      Big fan sir ❤🙂

    • @MUTHU_KRISHNAN_K
      @MUTHU_KRISHNAN_K หลายเดือนก่อน

      2:11:54 here , what if n = 8 , sir ?

    • @deepakrana8098
      @deepakrana8098 หลายเดือนก่อน

      the way you explain....🫡 🙌🙌 you should have TH-cam channel.....i think

    • @DipanshuSinghBist
      @DipanshuSinghBist หลายเดือนก่อน

      ​@@MUTHU_KRISHNAN_K Yes, 8 is the correct answer. You can check the other comment for the link to explanation ( props to Subrajit 🙌). If we'll take n = 10, the value of except_count would become 13.

    • @MUTHU_KRISHNAN_K
      @MUTHU_KRISHNAN_K หลายเดือนก่อน

      @@DipanshuSinghBist thank you sir. I hope you too have end term day after tomorrow. If there is, all the very best for you too sir 🙂👍

  • @DipanshuSinghBist
    @DipanshuSinghBist หลายเดือนก่อน

    2:16:30 The only difference in the option 1 and option 4 is that the option one is typecasting the last charecter into integer before adding it (in the recursive case).Doing this is very crucial as without this, it would throw type error as you're trying to add string charecters with an integer (that you'll get from base case). The explaination is same, but it is the for option1 not for the option4. Option4 is incorrect and the only correct answer is option1, kindly consider the discussion as the explaination for the option 1.

  • @healthplusmotivation3031
    @healthplusmotivation3031 หลายเดือนก่อน

    Hi, can anyone suggest where can I get python cheat sheet. I eventually missed it.

    • @datanerdss
      @datanerdss หลายเดือนก่อน

      docs.google.com/document/d/1dRZLc74fE5iHA54WNMUzmujBWxmYT603a-P8kOfTt0M/edit

  • @mome7729
    @mome7729 หลายเดือนก่อน

    Can anyone post the link of the video of OPPE2 MOCK3

  • @mome7729
    @mome7729 หลายเดือนก่อน

    Can anyone post the link of the video of OPPE2 MOCK3

  • @mome7729
    @mome7729 หลายเดือนก่อน

    Can anyone post the link of the video of OPPE2 MOCK3

  • @princesschhatkuli9387
    @princesschhatkuli9387 หลายเดือนก่อน

    Wow

  • @trendwave08
    @trendwave08 2 หลายเดือนก่อน

    sir please share both files link here

  • @Musfiqur_Rahman_
    @Musfiqur_Rahman_ 2 หลายเดือนก่อน

    ❤❤❤ Love from Bangladesh

  • @krishandutt4214
    @krishandutt4214 2 หลายเดือนก่อน

    What was the good news though 😅 1:36:08

    • @sumaiyaa-u8
      @sumaiyaa-u8 หลายเดือนก่อน

      pta chle to mujhe v bta dena

  • @popidutta5302
    @popidutta5302 2 หลายเดือนก่อน

    Sir ji

  • @SANDEEPEKKA-f1o
    @SANDEEPEKKA-f1o 2 หลายเดือนก่อน

    Main content begins @ 24:00

    • @karanshandilya
      @karanshandilya 2 หลายเดือนก่อน

      Thanks birather

    • @2023_iitian
      @2023_iitian 2 หลายเดือนก่อน

    • @RohitKumar-zh7lg
      @RohitKumar-zh7lg 2 หลายเดือนก่อน

      Why @1:32:55 not write the code for max (N)

    • @2023_iitian
      @2023_iitian 2 หลายเดือนก่อน

      ​@@RohitKumar-zh7lg inbuilt function

    • @RohitKumar-zh7lg
      @RohitKumar-zh7lg 2 หลายเดือนก่อน

      ​​@@2023_iitian how we know that ?

  • @RACHITAGARWAL-vh6wt
    @RACHITAGARWAL-vh6wt 2 หลายเดือนก่อน

    1:07:15

  • @Ferrarroo
    @Ferrarroo 3 หลายเดือนก่อน

    Very good explanation... voice is bit unclear..

  • @gajanan2124
    @gajanan2124 3 หลายเดือนก่อน

    1:35:36

  • @gajanan2124
    @gajanan2124 3 หลายเดือนก่อน

    1:35:36

  • @chandralekab.s3810
    @chandralekab.s3810 3 หลายเดือนก่อน

    1:32:25

  • @chandralekab.s3810
    @chandralekab.s3810 3 หลายเดือนก่อน

    40:43

  • @Riiiiiiiy
    @Riiiiiiiy 3 หลายเดือนก่อน

    How many weeks are there for oppe 1

  • @Riiiiiiiy
    @Riiiiiiiy 3 หลายเดือนก่อน

    What is syllabus for oppe

    • @Riiiiiiiy
      @Riiiiiiiy 3 หลายเดือนก่อน

      Till which week?

  • @foundingtitan9759
    @foundingtitan9759 3 หลายเดือนก่อน

    1:45:00

  • @foundingtitan9759
    @foundingtitan9759 3 หลายเดือนก่อน

    2:13:00

  • @Ferrarroo
    @Ferrarroo 3 หลายเดือนก่อน

    Helpful session...thank you

  • @Ferrarroo
    @Ferrarroo 3 หลายเดือนก่อน

    Nice session..

  • @MDIRSHADANWAR-b4x
    @MDIRSHADANWAR-b4x 3 หลายเดือนก่อน

    01:06:00 Imp Questions

  • @shahbaaz2958
    @shahbaaz2958 3 หลายเดือนก่อน

    54:05

  • @Evil-k9c
    @Evil-k9c 3 หลายเดือนก่อน

    Where is the collab link ? Haven't upadated sheet

  • @skofficial018
    @skofficial018 3 หลายเดือนก่อน

    Oppe 1 syllabus upto week 6 or week 4?

    • @KRISHNAB44
      @KRISHNAB44 3 หลายเดือนก่อน

      6

  • @DipanshuSinghBist
    @DipanshuSinghBist 3 หลายเดือนก่อน

    2:59:54 Kindly read that as 'set'. Elements of sets should be hashable. It was mispronounced as lists there and was corrected later in the part which is not present in the recording.

  • @PRACHISINGH-x3c
    @PRACHISINGH-x3c 3 หลายเดือนก่อน

    1:19:44 why are we creating copy when we are removing duplicate from original list copy list is the new list mam u explained earlier

  • @VishalKumar-uw1lh
    @VishalKumar-uw1lh 3 หลายเดือนก่อน

    Is any one tell me where is live lecture Google collab link. Revision from written code is much faster. But I can't able to find it. Anyone can help?

  • @dharmofsanatani
    @dharmofsanatani 3 หลายเดือนก่อน

    share the link of this google colab

  • @MDIRSHADANWAR-b4x
    @MDIRSHADANWAR-b4x 3 หลายเดือนก่อน

    2:23:10

  • @vishaIll
    @vishaIll 4 หลายเดือนก่อน

    Will oppe be like grpa or we will just have to write code as seniors did. New method is not beginner friendly

    • @seshadridas1589
      @seshadridas1589 3 หลายเดือนก่อน

      Agreed, new method feels really difficult than simply writing the code

  • @vishwash102kumarsinha5
    @vishwash102kumarsinha5 4 หลายเดือนก่อน

    session was really helpful

  • @purnendubhowmik7699
    @purnendubhowmik7699 4 หลายเดือนก่อน

    Sera vondu

  • @ManishKumar-qr4hb
    @ManishKumar-qr4hb 4 หลายเดือนก่อน

    Thank u sir

  • @MDIRSHADANWAR-b4x
    @MDIRSHADANWAR-b4x 4 หลายเดือนก่อน

    19:00 formating

  • @vishaIll
    @vishaIll 4 หลายเดือนก่อน

    the new GRPA interface of python is extremely difficult.. everyone is struggling.

    • @seshadridas1589
      @seshadridas1589 4 หลายเดือนก่อน

      Same 😭

    • @sanjeevkushwaha4043
      @sanjeevkushwaha4043 4 หลายเดือนก่อน

      Same, in previous terms the interface was very user friendly

  • @shahbaaz2958
    @shahbaaz2958 4 หลายเดือนก่อน

    2:08:30

  • @cbseproblemsolver5047
    @cbseproblemsolver5047 4 หลายเดือนก่อน

    Mam accept request