No video

Pascal's Triangle | Python Pattern Programs

  Рет қаралды 90,687

Amulya's Academy

Amulya's Academy

Күн бұрын

In this Python Pattern Printing Programming video tutorial you will learn to print Pascal's Triangle in detail.
In mathematics, Pascal's triangle is a triangular array of the binomial coefficients. It is named after the French mathematician Blaise Pascal. Here Each number is the numbers directly above it added together.
Triangle Star Pattern:
• Python Pattern Program...
#PythonPatternPrograms #PythonStarPatterns #Pascal'sTriangle
For more free tutorials on computer programming
/ amulsacademy
AmulsAcademy

Пікірлер: 160
@jackiechann3689
@jackiechann3689 4 жыл бұрын
"Nothing but" confused me a lot. Nothing but finally i got it 😂🙏
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
hehe a bad habit, i will try to control it sorry :)
@infotechportal9698
@infotechportal9698 3 жыл бұрын
😂😂😂😂😂😂
@ahmedazhar1266
@ahmedazhar1266 2 жыл бұрын
The way you explain each and every single thing is superb!!
@protoysaha4612
@protoysaha4612 2 жыл бұрын
Some times i watching your video repeatedly for your voice ❤❤...
@sharifmansuri607
@sharifmansuri607 4 жыл бұрын
Thank you very much... Best explanation I have seen on this pattern printing available on youtube
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad it was helpful!
@sivaprakash1889
@sivaprakash1889 4 жыл бұрын
Mam your explanation has perfection and excellent understanding for the audience....... and best thing you have your own style....👍👍
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thanks a lot 😊
@zigalarissa5464
@zigalarissa5464 Жыл бұрын
Never been glad to find a video; you made hours of research worthwhile. Thank you a lot!!!
@sm-df6ft
@sm-df6ft 3 жыл бұрын
You are very good teacher helps me to clear all dbts
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@ThusoBronwynRatombo
@ThusoBronwynRatombo 10 ай бұрын
This video is nothing but perfect
@lipsmackin3826
@lipsmackin3826 11 ай бұрын
beautiful explanation, thank you for explaining in simple and brief manner
@bibekanandasahoo3497
@bibekanandasahoo3497 2 жыл бұрын
you are a god in programming;
@user-dd3xc8jw5x
@user-dd3xc8jw5x 10 ай бұрын
Thanks for your explanation! But for n = 0 or n = 1 it is necessary that the cycle be up to n + 1: for i in range(n + 1)
@jianchoi7434
@jianchoi7434 2 жыл бұрын
심화모둠 때 혼자서 파이썬을 공부해야 해서 난관을 겪고 있었는데, 자세하게 설명해주셔서 덕분에 좋은 결과물이 나온 것 같습니다 감사합니다!
@ericnaiber
@ericnaiber 3 жыл бұрын
your video is nothing but increddible!!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@satyajitdas2780
@satyajitdas2780 4 жыл бұрын
Thanks, it was useful. Your logics and explanations are best!.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You're welcome!
@saakethram9779
@saakethram9779 4 жыл бұрын
Thanks Amulya for uploading Pascal's triangle based on my request. Much easier to understand and your videos makes the subject even more interesting : -)
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You are welcome 😊
@anocksteve2898
@anocksteve2898 Жыл бұрын
Wow.... how did you learn how to dissect programming tasks like this. You are wonderful!!!
@user-bf3fk7wn2y
@user-bf3fk7wn2y 9 ай бұрын
Спасибо тебе большое, видео получилось замечательным! ❤
@sarahkim2090
@sarahkim2090 4 жыл бұрын
Thank you soooo much, I had a hard time understanding this but your video gave me the clearest explanation and I finally understood this fully.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad it helped!
@hydravivek0775
@hydravivek0775 Жыл бұрын
thank u and your coding skill is very impresive
@shikardawan5467
@shikardawan5467 4 жыл бұрын
omg ur tutorials are best 💓
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you so much 😀
@shikardawan5467
@shikardawan5467 4 жыл бұрын
Mam can u plz make Videos on phyton algorithms such as greedy algorithm, Dijkstra's etc please mam
@nish3003
@nish3003 3 жыл бұрын
Congrats! You just got a new subscriber.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Welcome :)
@prasadcaher
@prasadcaher 4 жыл бұрын
explained very beautifully, Thank you.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad it was helpful!
@Naman_Bansal102
@Naman_Bansal102 11 ай бұрын
for i in range(n): you=[*str(11**i)] for k in range(n,i+1,-1): print(" ",end="") for item in you: print(item,end=" ") print() more Easy Way To Do This Problem
@kavindudeshan9490
@kavindudeshan9490 3 жыл бұрын
I did not understand the fist time I looked but I looked three times finally I got it . Thanks you so much. using this the concept I solved 15 question in project eluer.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Great 😊👍
@_ANUSHKADIVEKAR
@_ANUSHKADIVEKAR 2 жыл бұрын
I'm getting an error as list index out of range..can you pls help
@Leonidas2009ful
@Leonidas2009ful 2 ай бұрын
Thank you very much! Everything is clear!
@user-jt6mi6ms6t
@user-jt6mi6ms6t 10 ай бұрын
Thank you! That was very helpful
@niranchalathangapandy5104
@niranchalathangapandy5104 4 жыл бұрын
Well explained concept Amulya. Thanks for sharing!
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
My pleasure 😊
@Pavulurivikram
@Pavulurivikram 4 жыл бұрын
The immediate change i observed is nothing but Amulya's instead of Amuls ...😃
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Yes Channel name is Changed :)
@_haptic_shorts
@_haptic_shorts 3 жыл бұрын
Thank you a lot mam.. you explanation is just great !!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Most welcome! :)
@sasik09
@sasik09 Жыл бұрын
excellent explanation..👍👍
@Manasa19990
@Manasa19990 Жыл бұрын
Thank you mam. Awesome
@protoysaha4612
@protoysaha4612 2 жыл бұрын
Bt.. Mam your english speaking is so cute... Mam i love your voice.. Uff just I love it ❤❤
@mrsxber1916
@mrsxber1916 Жыл бұрын
woah, chill 😂
@rajeshjain1204
@rajeshjain1204 Жыл бұрын
Your logic is easy but it's showing an out of range error , I wonder how you are getting the output successfully and I am getting an error running the same code 🤔
@GagoAlaverdyan
@GagoAlaverdyan Жыл бұрын
The code has an error actually, it is one step ahead. The triangle starts from the zero step which is not considered in the code.
@abhinavkaushik8178
@abhinavkaushik8178 4 жыл бұрын
Thank you so much for the wonderful video explaining so well
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Welcome :)
@rajasekark7131
@rajasekark7131 3 жыл бұрын
Ur the best
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@gurleenkaur5151
@gurleenkaur5151 3 жыл бұрын
Just AMAZING 🤠❤️
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@ankitshaw7239
@ankitshaw7239 2 жыл бұрын
Amazing explanation
@balaji2.095
@balaji2.095 2 жыл бұрын
Awww! Love your voice
@JitenderKumar-tl7zr
@JitenderKumar-tl7zr 2 жыл бұрын
Thanks, it helped.
@mesfinmulgeta6060
@mesfinmulgeta6060 Жыл бұрын
Thank you!
@user-ld3ip5rz6d
@user-ld3ip5rz6d Жыл бұрын
Thanks! But your code have a little problem: in second cycle you need add a check "if i == 0 or j == 0 or j == i", otherwise there will be an error
@sabinghalan1149
@sabinghalan1149 3 жыл бұрын
Hi Amulya miss , you taught in a very clear way.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thanks a lot :)
@rozy5079
@rozy5079 10 ай бұрын
Can these questions be included in basics of DSA?
@ahilinath4157
@ahilinath4157 4 жыл бұрын
Thnx ma'am .....best explanation 👍👍👍👍
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Most welcome 😊
@user-us8hd1hg9h
@user-us8hd1hg9h 8 ай бұрын
Thank you so much👍😀
@doyouknow243
@doyouknow243 3 жыл бұрын
It helps me a lot mam thank you
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that😊
@doyouknow243
@doyouknow243 3 жыл бұрын
Mam but it's giving error: List out of range how can I solve it mam I can't able to understand if possible please reply mam
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Give me the program 😊
@doyouknow243
@doyouknow243 3 жыл бұрын
@@AmulsAcademy n = int(input("enter no of rows:")) list1 = [] for i in range(n): list2 = [] for j in range(i+1): if j == 0 or j == i: list2.append(1) else: list2.append(list1[i-1][j] + list1[i-1][j-1]) list1.append(list2) print(list1) This is I wrote mam and in line no. 9 its giving error:IndexError: list index out of range and a warning sign also says: Name 'j' can be undefined
@vandnasharma8590
@vandnasharma8590 4 жыл бұрын
This isn't working, showing list index out of range in else statement
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Give me the program i will check :)
@officialsixstrings
@officialsixstrings 4 жыл бұрын
For me also
@thandapanibhagavathi3373
@thandapanibhagavathi3373 4 жыл бұрын
For Me Also
@_TEJASVIZUTSHI
@_TEJASVIZUTSHI 2 жыл бұрын
same
@_TEJASVIZUTSHI
@_TEJASVIZUTSHI 2 жыл бұрын
@@AmulsAcademy row=int(input("Enter number of rows: ")) num=[] for i in range(row): temp=[] for j in range(i+1): if j==0 or j==1: temp.append(1) else: temp.append(num[i-1][j-1] + num[i-1][j]) num.append(temp) for i in range (row): for j in range(row-i-1): print(" ",end="") for j in range(i+1): print(num[i][j],end="") print()
@mohamadfaiz8024
@mohamadfaiz8024 4 жыл бұрын
Nice i love your videos.......
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you so much 😀
@keithfermin8144
@keithfermin8144 2 жыл бұрын
Thank you so much!
@darshangovindraj7569
@darshangovindraj7569 3 жыл бұрын
@Amulya's Academy R u a South Indian?? Kannadiga???
@jyaswanth9688
@jyaswanth9688 4 жыл бұрын
Thank you so much 🙂 Excellent work 🤯 Keep doing 👏
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Most welcome 😊
@elenamoiseeva4110
@elenamoiseeva4110 3 жыл бұрын
Thank you very much!!! 🧡
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure 😊
@dwaynerocksurya7268
@dwaynerocksurya7268 2 жыл бұрын
Thank you, very best explanations...
@afzalhasan6494
@afzalhasan6494 2 жыл бұрын
thank u mam
@azwin6506
@azwin6506 3 жыл бұрын
Great video. Very concise!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@aayusheegujarathi4023
@aayusheegujarathi4023 Жыл бұрын
Mam, It's giving me an error of list out of range. Could you please help me?
@rajeshjain1204
@rajeshjain1204 Жыл бұрын
Same here
@abhishekabhi8450
@abhishekabhi8450 3 жыл бұрын
wonderfully explained 🙏
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@rajeshjain1204
@rajeshjain1204 Жыл бұрын
Though there is only one difference you are using python 3.8.6 and I am using python 3.10.6 ....
@Gnaneshh
@Gnaneshh 2 жыл бұрын
Amazing explanation! Thank you!
@sumiyasultana8455
@sumiyasultana8455 3 жыл бұрын
thank you so much. very good explanation!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad it was helpful! :)
@infinity4237
@infinity4237 4 жыл бұрын
THANQ SO MUCH
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
My Pleasure :)
@rajasrinivasreddychappidi3385
@rajasrinivasreddychappidi3385 3 жыл бұрын
data is not getting strored properly can anyone help me out
@baggu5126
@baggu5126 4 жыл бұрын
Super madam😌😌
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@atiyawarsi111
@atiyawarsi111 Жыл бұрын
Thnku didi
@alexanderhaiduk1704
@alexanderhaiduk1704 3 жыл бұрын
n = int(input()) list1 = [] for i in range(n): temp_list = [] for j in range(i+1): if j == 0 or j == i: temp_list.append(1) else: temp_list.append(list1[i-1][j-1] + list1[i-1][j]) print(list1) IndexError: list index out of range
@alexanderhaiduk1704
@alexanderhaiduk1704 3 жыл бұрын
sorry, my mistake
@sakshamsingh8628
@sakshamsingh8628 2 жыл бұрын
i also get this.how you solve this?
@ibrataha1930
@ibrataha1930 Жыл бұрын
help me please
@NIKITA-bz8ih
@NIKITA-bz8ih 2 жыл бұрын
Спасибо большое, разобрался с задачей!!!!
@neelamvarshney6147
@neelamvarshney6147 4 жыл бұрын
mam matplotlib package tutorial has been completed or not.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
No :)
@ivansiniczin
@ivansiniczin 2 жыл бұрын
Сделайте доступными субтитры, интересно смотреть картинку и код, но хочется послушать и объяснение. MAKE SUBTITLES PLS!!!
@Padmaganesh-ec9yg
@Padmaganesh-ec9yg 4 ай бұрын
Amulya sister could you make a video about tkinter and pygame in python..my request pls❤
@avindx
@avindx 4 жыл бұрын
Very helpful, thank you
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad it was helpful! :)
@surendrakoppisetti8056
@surendrakoppisetti8056 3 жыл бұрын
Mam are you rgukt student???
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
NO :)
@vfx7t
@vfx7t 3 жыл бұрын
thank you :))
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure :)
@vfx7t
@vfx7t 3 жыл бұрын
@@AmulsAcademy you are the best :))
@vfx7t
@vfx7t 3 жыл бұрын
@@AmulsAcademy from Algeria !
@jlcardenas3538
@jlcardenas3538 4 жыл бұрын
Excelente
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@MonkeySharkPro
@MonkeySharkPro 3 жыл бұрын
Doesn't work for me... :/
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Give me the program i will make it work for you : )
@vampiriclion1176
@vampiriclion1176 4 жыл бұрын
In Italy we call it Tartaglia's triangle
@AbOgatO
@AbOgatO 3 жыл бұрын
Where are you from?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Karnataka India :)
@mamal.s7982
@mamal.s7982 3 жыл бұрын
too long but helpful thanks a lot
@leonardokurokawasagara1829
@leonardokurokawasagara1829 3 жыл бұрын
next time you could copy de code in the description or in the comments
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I will try :)
@muhammedilliyas7261
@muhammedilliyas7261 4 жыл бұрын
I want to join python class
@yusuf9829
@yusuf9829 3 жыл бұрын
The entire program is nothing BUT pascal's triangle program.
@akalyabalasubramanian6127
@akalyabalasubramanian6127 3 жыл бұрын
Mam how to print when we want to print this Pascal triangle in reverse order
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
in terms of shape?
@adityanarayan3518
@adityanarayan3518 2 жыл бұрын
thanks
@nasheethahmeda817
@nasheethahmeda817 3 жыл бұрын
i guess you could have done this way too easy then this
@nisargpatel3372
@nisargpatel3372 Жыл бұрын
this is 'NOTHING BUT' easy 🤣🤣🤣
@Puh539
@Puh539 4 жыл бұрын
Hello ma'am or miss can u plz made playlist for class 12 cbse base on syllabus plz
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
I will try :)
@vinceslao2646
@vinceslao2646 2 жыл бұрын
Thank you, cute girl
@shubhjeetpatel3653
@shubhjeetpatel3653 3 жыл бұрын
thank you mam i am a huse fan of you but im confused you are a mam or sir...?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :) I am a girl :) You can call me amulya.
@shubhjeetpatel3653
@shubhjeetpatel3653 3 жыл бұрын
@@AmulsAcademy yeah i like your voice ❣️aap is nothing but is nothing but bhut use krti h😃
@mrsxber1916
@mrsxber1916 Жыл бұрын
does that sound like a man? lol
@ibrataha1930
@ibrataha1930 Жыл бұрын
please help me
@luckyonekid2742
@luckyonekid2742 3 жыл бұрын
ничего не понял, что говорит, но мне помогло)))
@nodoarveladze9341
@nodoarveladze9341 Жыл бұрын
nothing but... :D
@ravifoodvlogs397
@ravifoodvlogs397 Жыл бұрын
Worst explanation
@mariam_8003
@mariam_8003 Ай бұрын
Thank you!
Debugging The Pascal's Triangle - Python Pattern Program | Working
18:39
Amulya's Academy
Рет қаралды 10 М.
Python Pattern Program - Number Pattern (Printing Numbers in Pyramid Shape)
11:28
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 19 МЛН
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 30 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 28 МЛН
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 4,1 МЛН
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 282 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 142 М.
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 552 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 299 М.
Python Pattern Program - Printing Stars in Heart Shape
14:30
Amulya's Academy
Рет қаралды 591 М.
The Fastest Way to Loop in Python - An Unfortunate Truth
8:06
mCoding
Рет қаралды 1,4 МЛН
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,1 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 19 МЛН