Python Class 12 | Fibonacci Series Using Recursion in Python | Chapter 6 | Part 4 | In Hindi

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 175

  • @aksharasharma1469
    @aksharasharma1469 Рік тому +5

    I'm in bca 1st year i don't have any kind of computer subjects in 12th and now I'm learning python so it's very very important topic i guess and yess.....a very good explanation 🎉🎉

  • @zufrankhan7793
    @zufrankhan7793 Рік тому +3

    I have no words for u sir , ur explanation is quite outstanding i request u to please don't stop to making these C.S related videos

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

    Def fibo(n):
    If n==1:
    Return 0
    If n==2:
    Return 1
    Return ( fibo(n-1)+fibo(n-2))
    n=int(input("enter the number of terms"))
    For i in range(1,n+1):
    Print(fibo(i))

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

      Glt hai D,I,P,R,F small honge🙂🙂

  • @Vaishnavikaithwas786
    @Vaishnavikaithwas786 Рік тому +2

    Really outstanding sir..... Thank u soo much for making those videos and clearing our doubts.

  • @urvashishukla6071
    @urvashishukla6071 4 роки тому +10

    Thank you sir for this video,,u clear all doubts 👍🏻

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

      Always welcome Urvashi !

  • @JEONJUNGKOOK-cs5zt
    @JEONJUNGKOOK-cs5zt 3 роки тому +7

    Thank you so much sir I'm not good in computer science but you cleared all my doubts and make it so easy to understand

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

      So nice of you dear, keep learning😊

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

    Thank you sir you explained so simply I watched so many video of recursion I don't understand at all your video cleared my doubt permanently thank you sir😊

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

      My pleasure Kunal, keep learning😊

  • @abha_y_007
    @abha_y_007 2 роки тому +1

    Best channel ever for CS students

  • @tajammulxheikh5946
    @tajammulxheikh5946 Рік тому +1

    outstanding, have no words to describe your skills.

  • @midnajo437
    @midnajo437 Рік тому +1

    Excelent video on Recursion. Thanks a lot for sharing your knowledge.

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

    maine bhut video dekhi but you are the best sir keep on

  • @vershitayadav7753
    @vershitayadav7753 2 роки тому +2

    Thank you so much sir for teaching such concepts with such easy methods.
    I am right now in iit mandi, and in my first year (data science and algorithm) I am still referring to your videos.
    Thank you

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

      Most welcome Vershita, keep learning🙂
      God bless you!

  • @Amitesh.Shrivastava
    @Amitesh.Shrivastava 3 роки тому +2

    Very impressive and tradition way of our college time .. Appreciated.

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

      Thanks Amitesh😊

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

    I want to say you thank you . Very very good explaning , Superb , Very helpful video.

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

      Most welcome Satyam... God bless you!

  • @md.bakerhosen6190
    @md.bakerhosen6190 2 роки тому +2

    This is my first time I have seen this such an amazing lecture .thank you sir.

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

      Thanks & most welcome dear, keep learning😊

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

    If I had found your channel sooner, I would have been a better programmer by now. How did you learn to code like that Sir ? It's an art, I shall never forget Fibonacci series ever again!!!!

  • @raghavsingh5546
    @raghavsingh5546 2 роки тому +2

    Amazing explanation sir👍👍👍👍

  • @jasvibes6284
    @jasvibes6284 Рік тому +1

    A great thanks sir...really well explained...❤🎉

  • @Codewithtaalha
    @Codewithtaalha 2 роки тому +1

    Love Sir 💗💗 you clear my all doubt

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

    awesome explanation sir......... you just rocked and it was a extreme level explational, want it in english language so that other state students can gain it.

  • @rkscp7711
    @rkscp7711 2 роки тому +2

    Thank you so much sir 🌼you explained everything easily and i understood 👍

    • @codeitup
      @codeitup  2 роки тому +1

      That's good👍
      Keep learning😊

  • @ayushgupta6847
    @ayushgupta6847 2 роки тому +1

    Sir I can't explain your video helps me so so so much!!! Thank you for all your efforts

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

      Glad to help you Ayush!

  • @easystudy6981
    @easystudy6981 2 роки тому +2

    v.good explanation 👍👍

  • @rishabhkeshri1854
    @rishabhkeshri1854 Рік тому +1

    Tq sir bhut aache sai smjh aagya easy way m

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

    Even Iam Tamilan I can able to understand easily sir...U coveys the content very clearly💥🫂

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

    Sir you saved my concepts!! #ThankYou

  • @tezmy
    @tezmy 3 місяці тому

    you are really great 🔥

  • @Vaibhav_Bhardwaj
    @Vaibhav_Bhardwaj 10 місяців тому +1

    gurudev aapki jai ho🙏🙏🙏

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

    def fibonacci(n):
    if n

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

    Hats off to your efforts in such time ,,

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

    Thanks sir in this situation u are giving ur best for us ........ take care sir......🙂👍

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

      So nice of you Uday!

  • @cricketventure9399
    @cricketventure9399 2 роки тому +1

    loved it!! cristal clear now

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

    Thank uh so much sir bht acche se explain kiya hai apne

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

      Thanks & most welcome Kashish!

  • @nitinrathour415
    @nitinrathour415 5 місяців тому

    11 channel ki video dekhne ke baad, call stack me ulajhne ke baad, अब कहीं जाकर समझ आया है 😅❤

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

    much helpfull.. thank you sir

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

      Glad to help you😊

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

    Thanks, very nice explanation

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

      Thanks & most welcome Saurabh!

  • @badalkumar-ck1hj
    @badalkumar-ck1hj 3 роки тому

    all video are very Good Teacher Thanks

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

      Always welcome Badal!

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

    NICE SUPER EXCELLENT MOTIVATED

  • @priyankabhavsar7373
    @priyankabhavsar7373 4 місяці тому

    Nice 👍👍👍🎉

  • @AmitKumar-gi4fo
    @AmitKumar-gi4fo 2 місяці тому

    great sir

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

    This video is so helpful 👍☺️ sir

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

    Thank so much sir for this amazing concept......

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

      Thanks & most welcome Navendra!

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

    Keep going sir! You are doing great 😊😊

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

      Thanks a lot Rinki!

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

    Thanks sir part (4) ke liya

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

      Most welcome, Part 5 to come soon !

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

    Tq sir, for a clear explanation

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

    Thanks for wonderful explanation sir 🙏

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

      Thanks & most welcome Manisha!

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

    Thank u soo much sir ...❤️✨

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

    Thanks a lot...

  • @कोइलाकोइला

    Gjab sir

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

    Very well explained

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

    Nicely explained

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

    made easy for me !

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

    Amazing explanation....

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

      Glad you liked it Krishan !

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

    Osm sir sir PHP bhi pda do sir

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

    Sir ek question tha ki jab fibo (3)+fibo (2) call hota hai function kai ander toh woo def fibo (n) kai pass jaiga as per recursion rule lekin wo return print (fibo (i)) kai kyu jra hai sir thoda sa doubt app clear krdai toh acha rheta

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

      Recursion ka way hi yahi hota hai ki wo baar baar call hota hai jab tak ki base case na mile.

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

    Sir need a tutorial video on Oops in python 🙏

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

    Thank you soooo muchhh

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

      Most welcome Shafaq!

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

    sir 1 doubt ... iss program mein function ko toh loop ke zariye baar baar call kiya ja raha hai par recursion mein toh function ke andar hi function ko call karte hain na ?

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

      Amod, when n is 1 or 2 for that case only we have to call using loop for all other stages, we are using the concept of recursion.

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

    Thanks sir 🤗

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

      Most welcome Pankaj!

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

    def fibonacci(n):
    if n

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

    Sir, I have run this program but not able to get the desired series .please look into this . Also cross checked many times

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

    Wow♥️♥️♥️

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

    Very Great Sumit! You are like (beef/meat) in biryani without it there's no feeling of joy in eating.
    May I know is there paid tutorial for python in which you are teaching?

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

    sir i tried this in idle and after printing 0 1 it reflects RecursionError: maximum recursion depth exceeded in comparison
    plz help me to fix it

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

      Please paste your code here.

  • @VINAYSINGH-mm6sm
    @VINAYSINGH-mm6sm 2 роки тому

    sir but in fibonacci series term starts from 0 like 0th term, 1st term ..... example - in your case if n = 4 then 4th term is 2 but sir I have checked and found that at n = 4 then 4th term is 3 like term starts from 0th term , 1st term.... plz clarify this.

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

    def recur_fibo(n):
    if n

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

    thank u sir

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

      Most welcome Dhiraj!

  • @moneer2.0
    @moneer2.0 3 роки тому

    Best

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

    sir what changes to make for tribonacci series
    this one also helped thank u 😊

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

      Please try out by yourself. If you won't be able, I will make a video on it.

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

    Sir, i did this programming and the same issue is coming that it has been reached its max. Linit

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

    Bro program ko final call kaha karien ge?

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

    Sir iss program me apne *else* kyu nhi lagaya hai ??

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

    Nice

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

    nyc sir

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

    Give notification

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

    can anyone tell me the best chemistry and maths teacher on utube

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

      All pls suggest him !

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

    you forgot to use else for 3rd return . Just mention that and pin in comments so other dont getit wrong in exams

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

    Increase the frequency of uploading videos

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

      Don't worry, I will finish the course by January.

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

      @@codeitup okay sir..plz cover all the chapters of sumita arora

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

      @@shraddhamall4938 Sure !

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

      @@shraddhamall4938 Sure Shraddha

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

      Hi Shraddha i am lucky singh

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

    Sir n+1 kyu liye nhi samjha

  • @fakemorningstar70
    @fakemorningstar70 2 роки тому +1

    💚💚💚💚

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

    👍👍

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

    ♥️♥️♥️♥️♥️..
    ....
    ....
    ♥️

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

    concept good but this code not working on python.

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

    sir plz thoda jlde video upload kijiye

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

      I am trying to upload Bipul. Along with this I am also uploading SQL Videos.

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

    Sir sum of n natural numbers se v ans same hee aa rha hai 👁️👄👁️

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

    sorry sir but may be
    your code is not working after print 0 and 1

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

    My grandma is asking me if you'll take fees for teaching us on youtube

  • @Abhishekmishra-bq5xm
    @Abhishekmishra-bq5xm 3 роки тому

    sir o/p 0 1 2 4 aisa aa rha

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

    it showing wrong answer

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

    Abae Pura program galath hai

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

      So pahli baat, aapko tamij honi chahie ki aap ek teacher se baat kar rahe ho.
      Dusari baat program bilkul sahi hai, kuch bhi comment karne se pahle use jarur check kar liya jaata hai, kuch bhi jo mann me aae bol nahi dete hai...
      def fibo(n):
      if(n==1):
      return 0
      if(n==2):
      return 1
      return(fibo(n-1)+fibo(n-2))
      n=int(input("Enter Number of Terms:"))
      for i in range(1,n+1):
      print(fibo(i))

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

    Thank you sir😊🙏

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

    Thank you so much sir

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

    Thank you sir

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

    Thanks sirr

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

    Sir iss program me apne *else* kyu nhi lagaya hai ??

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

    Sir sum of n natural numbers se v ans same hee aa rha hai 👁️👄👁️

  • @DeepakKumar-je9sm
    @DeepakKumar-je9sm 6 місяців тому

    Thank you❤sir

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

    Thankyou so much sir

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

      Most welcome Khushi!

  • @AnandSingh-pz1wi
    @AnandSingh-pz1wi 3 роки тому

    Thankyou sir

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

      Most welcome Anand!

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

    Sir iss program me apne *else* kyu nhi lagaya hai ??