Python Tutorial - Fibonacci Series

  Рет қаралды 184,716

Amulya's Academy

Amulya's Academy

6 жыл бұрын

In this python programming video tutorial you will learn about the Fibonacci series in detail with different examples.
Fibonacci is the integer number series here every numbers except first two are the sum of the previous two numbers. In this tutorial we will write this program using for loop.
For more free tutorials on computer programming
/ amulsacademy
/ amulsacademy

Пікірлер: 282
@nahidshaikh461
@nahidshaikh461 4 жыл бұрын
The accent you use in these lectures is the main reason why we prefer to watch videos to learn python instead of learning from websites!! More love and keep doing 🌼🌼😛
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@harshvardhanmulay136
@harshvardhanmulay136 5 жыл бұрын
Thanks. This video cleared my logic about Fibonacci series. Keep it up.
@amanchotia6887
@amanchotia6887 3 жыл бұрын
The best python programming channel that I found Your program are as simple as we can have Thank you
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@abdulazimyusuf7832
@abdulazimyusuf7832 4 жыл бұрын
What's makes me to prefer this way of programming is the fact that the logical way that you use thank you a lot All the best 🌹🥰
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You are welcome!
@palamangalamsaidurga9741
@palamangalamsaidurga9741 4 жыл бұрын
its a wrong code,not working
@viswabaddalabaddala6196
@viswabaddalabaddala6196 2 жыл бұрын
Any one can learn without any confusion and u are teaching so amazing and take bow towards Ur teaching 🙂
@harshit_2043
@harshit_2043 2 жыл бұрын
thanks !! you have no idea how much it helped me and also not a second wasted !!!
@anwaralam3136
@anwaralam3136 6 жыл бұрын
again again your way of explaination is awesome thank you so much for the type of explaination you provide.....!!!!!!
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Welcome:)
@CyberFactZ
@CyberFactZ 5 жыл бұрын
It was a wonderful explanation and you have got a nice voice.👍
@cr8444
@cr8444 4 жыл бұрын
Hey, you are a star!!! Very detailed and well understood. Thank you so much
@pranjalgupta5282
@pranjalgupta5282 Жыл бұрын
Was this useful for u after 2 years??
@suyash7450
@suyash7450 11 ай бұрын
well, it's still useful......@@pranjalgupta5282
@aswinvignesh3985
@aswinvignesh3985 2 жыл бұрын
Great explanation , appreciating the efforts , but if it is temp + first @ 11:45 , it will be easier to understand . Yours too right since first == second . so temp + second is also correct
@lokeshbharathi2725
@lokeshbharathi2725 4 жыл бұрын
Thanks for presenting this video mam. Also pls trace the program with an example, it helps for a far more better understanding
@iftahershahriarifty5349
@iftahershahriarifty5349 3 жыл бұрын
Very helpful and fluently explained. Appreciating the hard work.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@karthickjaisankar
@karthickjaisankar 4 жыл бұрын
Your voice is the best part in your videos. Especially the way you say Amuls academy :p
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@aashishthedevilboy
@aashishthedevilboy 4 жыл бұрын
thanks for make me understand ma'am. the way of teaching fablous. thanks making all tutorials ma'am.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
It's my pleasure!
@geetanjalisomepalli5994
@geetanjalisomepalli5994 3 жыл бұрын
Thank you a lot you are amazing in explaining the code🤗🤗 It helped me a lot solve the problems
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that :)
@b3knight
@b3knight Жыл бұрын
I really excited when I saw this logic, Thank you so much, but y u stop the videos since 1 year, It's really useful to ourselves, even though paid courses also don't xplain like this, plz uploading videos dear...
@AsurendrasOrder
@AsurendrasOrder 3 жыл бұрын
I don't know if you're still monitoring this, but I had a question. The "i" variable you're using in the for loop. What is the reason for it? Normally in for loops I see the variable is called again beneath it.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
We will use loops to execute part of code again and again for different values, and here to store different value we need a variable and “i” is that variable here :)
@AsurendrasOrder
@AsurendrasOrder 3 жыл бұрын
@@AmulsAcademy ah so it's there because a variable is needed for this loop got it.
@omprakashchandak2213
@omprakashchandak2213 3 жыл бұрын
Thanks a lot mam I've been looking for this everywhere only to understand from your video
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that 😊
@Limon-fl5xi
@Limon-fl5xi 2 жыл бұрын
Your comprehension skills are much Good Mam. I like it
@dash_food9699
@dash_food9699 4 жыл бұрын
thank u mam if i will became a good developer in future that is for your explanation all things very clearly...any one can understood after saw your video thank you mam lot.....
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
So nice of you :) Thank you :)
@bikashsamal1635
@bikashsamal1635 5 жыл бұрын
I Appriciate your effort. Keep heard working.
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@nordenlashangderpalama8876
@nordenlashangderpalama8876 Жыл бұрын
Thank you soo much. You explained it really well.
@ShinyArjunSingh
@ShinyArjunSingh 4 жыл бұрын
wow man...made my life.. Nice one Subscribed...Keep'em comin....
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@davideversole3820
@davideversole3820 5 жыл бұрын
For someone who is very new to learning Python, I want to express my extreme thanks. You make this so much easier and are a wonderful teacher!!! Plus like everyone else is saying, your voice is so pleasant. :)
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@bhavana333
@bhavana333 3 жыл бұрын
Logical execution of explanation is awesome.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@mithunm1746
@mithunm1746 4 жыл бұрын
Thank u very much ,this program was very helpfull and I was able to understand it easily😊
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@httbc7251
@httbc7251 3 жыл бұрын
Literally i was unable to code this series But now it is very clear to me So thanks a lot for this video
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that :)
@httbc7251
@httbc7251 3 жыл бұрын
@@AmulsAcademy Why do you use :) everywhere Is this become your habit to type:) everywhere😒
@kratos9643
@kratos9643 3 жыл бұрын
@@httbc7251 why it bothers u :)
@junaidkhan4471
@junaidkhan4471 4 жыл бұрын
Thanks! for clearing my concept.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Pleasure :)
@santhoshivempati9757
@santhoshivempati9757 3 жыл бұрын
Very nice line by line explanation..👏👏 Thnq so much..
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Welcome 😊
@J_k910
@J_k910 6 жыл бұрын
Mam ! U r explanation is awesome. Ur patience is great
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@pranjalgupta5282
@pranjalgupta5282 Жыл бұрын
Bro did cs help u??
@RelaxHERE-zk8ts
@RelaxHERE-zk8ts 5 жыл бұрын
Amazing mam thank you very much... And your voice is cute
@kunalgupta3029
@kunalgupta3029 4 жыл бұрын
U are a great teacher so u should also teach us theory 👍👍
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@Raja-tt4ll
@Raja-tt4ll 4 жыл бұрын
Thank you so much for a super explanation!
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Pleasure :)
@HarshitaChattopadhyay
@HarshitaChattopadhyay 4 жыл бұрын
*Awesome Explanation* 👏 👏 👏
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@yogeshbaghel6745
@yogeshbaghel6745 3 жыл бұрын
your voice is very sharp and clear
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@williamjayaraj2244
@williamjayaraj2244 Жыл бұрын
Thank you for teaching this lesson. Good.
@arunaagt8229
@arunaagt8229 5 жыл бұрын
Mam after saving python file it doesn't open as a source file. It will open like as a command file .and if I put any number in it will be automatically disappear in just few minutes before I see the output . How to correct it????
@kavithasubburaj9919
@kavithasubburaj9919 4 жыл бұрын
Tq sister💖 for u r clear and easy explanation 👌
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Pleasure :)
@knowitfromrajat5041
@knowitfromrajat5041 4 жыл бұрын
Thanks for clearing my logic regarding Fibonacci numbers
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Pleasure :)
@theblackmax
@theblackmax 5 жыл бұрын
Very nice, keep make great videos.
@neerajarora4920
@neerajarora4920 4 жыл бұрын
Very well explained , Thanks a lot
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Pleasure :)
@sindhujalingampally6066
@sindhujalingampally6066 2 жыл бұрын
sister this program is without recursion right,can u please share link about fibanaicci with recurssion.
@deeptigupta8291
@deeptigupta8291 4 жыл бұрын
good job dear...your vedios helped me a lot. thank you soo much
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@mohdashraf7320
@mohdashraf7320 3 жыл бұрын
good explanation with awesome voice
@bhaskartimothy3146
@bhaskartimothy3146 5 жыл бұрын
What is different between fabanocci and factorial plz explain that
@Tulasilavu
@Tulasilavu Ай бұрын
Second value is assigned to first, but while adding u use temp+second???
@sonamnaik2804
@sonamnaik2804 4 жыл бұрын
Thank u so much♥️
@swathinagarajan4804
@swathinagarajan4804 3 жыл бұрын
Keep it up..superb explanation
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@riapanjwani2002
@riapanjwani2002 5 жыл бұрын
It means a lot...thanks for helping me..!!!!
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
My pleasure :)
@manikandand2541
@manikandand2541 4 жыл бұрын
hello mam i have been started to seeing ur vedeos that was nice and for a favour will u give me some advice or an idea how to develop my skills in python how to approach and how to grow....if i get a reply many many thanks for u
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You need practice many programs :)
@MahEsh-jf7uu
@MahEsh-jf7uu 4 жыл бұрын
madam when i run this code as function in my machine it gives o/p with None type object . I tried it so many ways but it gives None type object when i make def fib(n) like that . i saw in hacker rank instead of printing "a" value some one wrote yield(a) then returns apt o/p . what is yield ()? Why it returns correct o/p without none type when we use yield .. could you please clarify my doubt ?
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
you are getting None type because your function is returning nothing. I think you are writing function call in print(), that's why it will print None. Example: def f(): print("hello") print(f()) #Execute this. { for more explanation give me the program i will check and explain.} yield: Yield is a keyword that is used like return , except the function will return a generator. { i explained more about this in generator you can check that video.} video link: kzbin.info/www/bejne/emaXqWuriNeUabM
@user-fx8ou5ly1l
@user-fx8ou5ly1l 4 жыл бұрын
Tnq very much mam...it is very useful..
@robertpramodh1299
@robertpramodh1299 2 жыл бұрын
SUPER EXPLAINATION MADAM 🤝👍
@autarroy
@autarroy 3 жыл бұрын
I really like your explanation, is so clear, step by step Can you make a video, how to put this in a GUI application? I will really appreciate
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I will try :)
@autarroy
@autarroy 3 жыл бұрын
Thanks a lot, I am waiting for the video
@jadavmayur4152
@jadavmayur4152 2 жыл бұрын
Nicee very nice explanation 👌
@rosestha5845
@rosestha5845 5 жыл бұрын
Very nice explanation mam Thank ú very much👌👌👍👍😁😁
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@shreyabediya9805
@shreyabediya9805 4 жыл бұрын
Thanks so much. This was really helpful. Wish me luck!! :)
@dimpleshah3037
@dimpleshah3037 3 жыл бұрын
U r jst osm..... Keep going on..... Gbu
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you so much 😀
@Jibotosh
@Jibotosh 5 жыл бұрын
Thank you very much ma'am
@LokeshwariSLoke
@LokeshwariSLoke 3 жыл бұрын
Which company ur working mam....ur amazing sis....
@adityakhevaria6091
@adityakhevaria6091 5 жыл бұрын
tell me how to write a python program to identify the give no. is lowercase/uppercase/digit/special character.
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
#To find out the character of string is lower/upper/digit/special in_chr = '10' if in_chr.isalpha(): if in_chr.isupper(): print("UPPERCASE CHARACTER") else: print("lowercase") elif in_chr.isdigit(): print("digit") else: print("special character") or in_chr = "&" if ((int(ord(in_chr)) >= 65 and int(ord(in_chr))
@kamalkeita-jones
@kamalkeita-jones 5 жыл бұрын
amazing video, thank you
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
My pleasure:)
@juliemehto4711
@juliemehto4711 3 жыл бұрын
thank you for explaining in the easiest way.❤️❤️
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
You're welcome 😊
@rheabalamurugan6039
@rheabalamurugan6039 2 жыл бұрын
thank youuu soooo muchhhh!!🥰🥰
@s.bagavathsingh419
@s.bagavathsingh419 Жыл бұрын
n=int(input("Enter the no of terms:")) a=-1 b=1 for i in range(n): c=a+b print(c) a=b b=c
@komaljaswani7497
@komaljaswani7497 4 жыл бұрын
Hi! Can you please make a video on the question: If a list in python has mix of strings & numbers, how will you make separate lists of strings & numbers? I saw ord() for getting ASCII code in python & chr() for converting ASCII codes to characters somewhere & tried to use them to get answer of this question but it did not work!! :(
@uwemedimoekpewoh4352
@uwemedimoekpewoh4352 9 ай бұрын
To separate a list in Python into two separate lists, one containing strings and the other containing numbers, you can iterate through the original list and classify each element based on its data type. You can achieve this using a loop and conditional statements.
@uwemedimoekpewoh4352
@uwemedimoekpewoh4352 9 ай бұрын
original_list = [1, "apple", 2, "banana", "cherry", 3] string_list = [] number_list = [] for item in original_list: if isinstance(item, str): string_list.append(item) elif isinstance(item, (int, float)): # Consider both int and float as numbers number_list.append(item) print("Strings:", string_list) print("Numbers:", number_list)
@Mr.kumar_engineer02
@Mr.kumar_engineer02 5 жыл бұрын
Very well explained ..
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you:)
@e4Echo
@e4Echo 3 жыл бұрын
This was very helpful
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@allenkennemore5409
@allenkennemore5409 3 жыл бұрын
Thank you so much for your help!!!!!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
You're welcome! :)
@yadatis5905
@yadatis5905 5 жыл бұрын
Thank you 😚 mam it's very helpful
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Welcome :)
@studyzee1741
@studyzee1741 5 жыл бұрын
It was not easy to explain this but you did well 👍
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you:)
@subhashree5052
@subhashree5052 5 жыл бұрын
Very useful... thanks mam
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Welcome :)
@heminpatel934
@heminpatel934 4 жыл бұрын
Hello , I am using below logic and it is working fine in for loop-> second = temp + first. ################### n = int(input("Enter the number of series you want to get fibonacci")) first = 0 second = 1 for i in range(n): print(first) temp = first first = second second = temp + first ##############
@ishithayarlagadda9021
@ishithayarlagadda9021 4 жыл бұрын
Same doubt mine too
@johnstabbyman5704
@johnstabbyman5704 5 жыл бұрын
My solution seems much simpler. I'm new to Python so I didn't have the input line but I came up with a list of the fib sequence. I'm sure I could limit to any length given by the user l = [0, 1] while l[-1]
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
It will work:) Good job:) But if you can replace this line or condition with something else , while l[-1]
@mdazhar0079
@mdazhar0079 3 жыл бұрын
Can you explain Fibonacci series using function definition?
@subhankarnag-2214
@subhankarnag-2214 5 жыл бұрын
That's very useful to me
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
glad to hear that :)
@sanjaybalaji9793
@sanjaybalaji9793 4 жыл бұрын
Thanks a lot, really 👍👍👍
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Most welcome! :)
@prateekjalgaonkar552
@prateekjalgaonkar552 3 жыл бұрын
Instead of second= temp + first ; why we did second = temp + second. Can we do it using first?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Try it :)
@mayankbisht536
@mayankbisht536 6 жыл бұрын
Any video on fibonacci series using defined functions and recursion...??
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
till now No:)
@theallshow4843
@theallshow4843 3 жыл бұрын
u r genius, other most of the vids have f*cking if loop in em
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Haha.. thank you 😊
@yogikumar9058
@yogikumar9058 5 жыл бұрын
Pls upload program using ascii values
@deepanshumorle7719
@deepanshumorle7719 3 жыл бұрын
Ma'am can we use len function in place of range.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
In loops ? No :)
@deepanshumorle7719
@deepanshumorle7719 3 жыл бұрын
@@AmulsAcademy Ma'am My doubt is that Range shows the first and last digits or limits. So how it could be used for iteration of all digits and in sequence.
@amoyardever2815
@amoyardever2815 4 жыл бұрын
Mam, could you please upload to check a given number is fibonacci or not
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Sure :)
@monindersingh2565
@monindersingh2565 4 жыл бұрын
the o/p is same with below code: first = 0 second = 1 for i in range (n): print(first, end=" ") temp = first first = second second = first + temp
@shreehari2589
@shreehari2589 4 жыл бұрын
Yep because you are assigning first = second
@veeraregalla2460
@veeraregalla2460 4 жыл бұрын
Very useful
@fanclubshivambhargavasir6315
@fanclubshivambhargavasir6315 2 жыл бұрын
thankyou!!!!!so much
@amanprakash278
@amanprakash278 4 жыл бұрын
Nice make more video on python
@satishnatikar3939
@satishnatikar3939 Жыл бұрын
TQ mam it so easy
@miguelhernandez-qs5bj
@miguelhernandez-qs5bj 4 жыл бұрын
You are a GOD!!!!!
@shuvendratripathy2483
@shuvendratripathy2483 6 жыл бұрын
Plz make a video on prime number......
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
will do:)
@hogalpha2944
@hogalpha2944 2 жыл бұрын
Thanks mutheee
@aashishthedevilboy
@aashishthedevilboy 4 жыл бұрын
ma'am i'm still little bit confused in functions. so can make some programs with the use of function for example fibonacci series, pattern programing others. please ma'am make one video of this topic as well.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
I will try :)
@haroonrz
@haroonrz 3 жыл бұрын
this program is not executing in python 3.9 . what is the solution?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Getting any error ? Give me the program i will check :)
@chandanachandu8448
@chandanachandu8448 5 жыл бұрын
very nice explaination sis
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you:)
@niteshbhardwaj931
@niteshbhardwaj931 6 жыл бұрын
Very nice explain
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@vicky.m1599
@vicky.m1599 Жыл бұрын
Nice explanation 🥵💥
@rahulprasadsingh2639
@rahulprasadsingh2639 4 жыл бұрын
first=0 second=1 n=int(input('enter:')) for i in range(1,n): print(first) temp=first first=second second=temp+second
@tharunsangaraju2780
@tharunsangaraju2780 4 жыл бұрын
why not second= temp + first
@hogalpha2944
@hogalpha2944 2 жыл бұрын
Thankzzz
@a2englishknowledge719
@a2englishknowledge719 2 жыл бұрын
Why you not print second value so out as well as program wrong
@Vanshhhhh.
@Vanshhhhh. 9 ай бұрын
Lol she literally tell the history of Fibonacci series i mean most of the channel directly jump to program 😭
Python Tutorial - Prime Numbers | Printing Prime Numbers in Given Interval
18:33
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 905 М.
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 92 МЛН
Best Toilet Gadgets and #Hacks you must try!!💩💩
00:49
Poly Holy Yow
Рет қаралды 22 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 71 МЛН
#38 Python Tutorial for Beginners | Fibonacci Sequence
8:01
Telusko
Рет қаралды 779 М.
The Fastest Way to Loop in Python - An Unfortunate Truth
8:06
mCoding
Рет қаралды 1,4 МЛН
Fibonacci Series in Python
4:25
The Programming Portal
Рет қаралды 217 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 392 М.
Dictionary in Python
12:24
Telusko
Рет қаралды 1,3 МЛН
Python Program to Print Fibonacci Series - In Hindi
9:51
codeitup
Рет қаралды 203 М.
Python Tutorials - Program To Find out the GCD of Two Positive Numbers
13:11
Functions in Python are easy 📞
10:38
Bro Code
Рет қаралды 436 М.
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 92 МЛН