No video

Number Pattern | Part 1 | Python Pattern Programs

  Рет қаралды 379,640

Amulya's Academy

Amulya's Academy

Күн бұрын

In this Python Pattern Printing Programs video tutorial you will learn how to print numbers in different shape in detail.
To print the pattern i will use nested for loops.
In this program pattern contains two for loops: the first loop is responsible for rows and the second for loop is responsible for columns.
For more free tutorials on computer programming
/ amulsacademy
AmulsAcademy

Пікірлер: 237
@otakubuzz4436
@otakubuzz4436 3 жыл бұрын
For the 2nd problem, we can also write: n=int(input("Enter the number of rows you want: ")) for i in range(n): for j in range(i+1): print(i+1,end=" ") i=i-1 print() By the way, thank you for the amazing tutorials!
@ShivayeKaushik
@ShivayeKaushik 2 жыл бұрын
ma'am you are too good ... pehli baar dil kar rha hai ki kisi channal ko subscribe kr lu ... first video watch ki or dil kiya subscribe krne ko.. nice content. thanks
@MRCRAZY-wm4ln
@MRCRAZY-wm4ln 3 жыл бұрын
fall in love with coding with you mam, thanks for providing us this quality of education....love you mam
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that :)
@mrnobody3903
@mrnobody3903 3 жыл бұрын
kzfaq.info/get/bejne/psiVg8V2p6vMkp8.html Easiest Explanation ever ❤
@rashid_iiitd
@rashid_iiitd 3 жыл бұрын
Since I found this channel I fell in love with pattern printing programs. Itna aacha kaise padhate ho ma'am
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊❤️
@mrnobody3903
@mrnobody3903 3 жыл бұрын
kzfaq.info/get/bejne/psiVg8V2p6vMkp8.html Easiest Explanation ever ❤ please visit atleast once it clear all my doubts
@kunalchauhan7733
@kunalchauhan7733 3 жыл бұрын
Thank you! Helped a lot with my coding homework, i was going to so to coding class with nothing to present but thanks to you I am able to present something! Thanks again!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Happy to help 😊
@sheetalyadav9661
@sheetalyadav9661 Жыл бұрын
i like that you explained in a way that's easy to understand.
@honeyshukla3747
@honeyshukla3747 Жыл бұрын
Honestly ! You explaining skills are best
@dhruvchaturvedi7197
@dhruvchaturvedi7197 3 жыл бұрын
Ma'am this is very helpful as I learned python in school but was not able to understand patterns but you helped me understand all patterns
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you:)
@nonoobott8602
@nonoobott8602 3 жыл бұрын
at 9:10 we can also use: n = int(input("Enter a number : ")) for i in range(n): for j in range(i+1): print(i-j+1,end=" ") print() Very explicit video btw. Thanks for sharing
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@MUHAMMADNASIR-tv2jx
@MUHAMMADNASIR-tv2jx 2 жыл бұрын
I am very much grateful to you and salute to your kind honor as you share such a excellent video which is very much useful and it is really a learning platform. Thanking You Very Much.
@aakratisingh5215
@aakratisingh5215 6 ай бұрын
I am watching this on the practical day 😂😅 wish me luck 🤞🏻
@adore_me_harry3663
@adore_me_harry3663 Ай бұрын
Same man 💀
@randri17
@randri17 Жыл бұрын
I really thank you for helping me in doing my lecture assignments, thanx🥰
@anandkumar-cl7dd
@anandkumar-cl7dd 2 жыл бұрын
If you tell us the logic behind number and star patterns that would be helpful 👍 one simple logic to write all patters
@kishore1904
@kishore1904 3 жыл бұрын
Thanks for the video mam this is very much useful for me. You have well explained it. 😊😊 And you also didn't miss any small parts .so, now I am 💯 clear with it.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
My pleasure 😊
@saiparnam7570
@saiparnam7570 2 жыл бұрын
It's very easy to write a code when we follow your tips,tricks ❤️❤️
@akritimehta0454
@akritimehta0454 3 жыл бұрын
Well explained 😇👏....this is all in 11th class book right? I know as i was just studying it...by the way thank u😊
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I didn't knew that :)
@blabla-hb4fe
@blabla-hb4fe 3 жыл бұрын
Yes
@offshoring8197
@offshoring8197 3 жыл бұрын
Guys plz tell me the name of the book 📚😅
@kaaju_bite1809
@kaaju_bite1809 3 жыл бұрын
@@offshoring8197 computer science with python by preeti Arora class 11
@tgthirumalesh5884
@tgthirumalesh5884 3 жыл бұрын
Tq ma'am this video helps me a lot🙏🙏
@AyushSharma-be4kh
@AyushSharma-be4kh 3 жыл бұрын
Thank you very much. Really appreciate the way you make someone understand the concepts.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@sandeepKumar-sw3bx
@sandeepKumar-sw3bx 2 жыл бұрын
Absolutely very good information And your way of explanation is simply super mam
@wolfpack9873
@wolfpack9873 3 жыл бұрын
U teach better than my cs teacher!😉 Sorry my cs ma'am! But genuinely appreciate your teaching....just luv ur teaching pls don't stop❤️ I don't have to even read my book after this thanks a ton!😁 You Saviour!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you so much :)
@wolfpack9873
@wolfpack9873 3 жыл бұрын
@@AmulsAcademy ❤️❤️❤️
@Knockout_music_143
@Knockout_music_143 3 жыл бұрын
At 13:36 in line 2 we can also use (n, -1, -1) : Instead of changing any value in 4 th line Btw very nice explanation
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@StudyWithDivi
@StudyWithDivi 20 күн бұрын
Clear explanation ❤ thank you so much sis😊
@cartonskids3291
@cartonskids3291 11 ай бұрын
for i in range (5,0,-1): print ( ) for j in range (5,(i-1),-1): print (j,end="")for i in range (5,0,-1): print ( ) for j in range (5,(i-1),-1): print (j,end="")
@saichandupinnam
@saichandupinnam 2 жыл бұрын
Your Voice is so Sweet.... 🥰 take it as a Compliment.... Thanks alot Amulya
@saikishore3067
@saikishore3067 Жыл бұрын
Great explanation mam,understand the tricks very easily when u are saying.
@wayneLam18
@wayneLam18 2 жыл бұрын
You're a good tutor, thanks a lot
@ishangiwantha7137
@ishangiwantha7137 2 жыл бұрын
Explaination is sooo clear! thank you so much
@NaveenVarmaK
@NaveenVarmaK 2 жыл бұрын
wahhh Thanku soo much. I am learning a lot from your channel.
@singaramashok
@singaramashok 9 ай бұрын
Very good teachingin a simplified manner
@PurbaChakraborty-um8wt
@PurbaChakraborty-um8wt 9 ай бұрын
Mam tell us the logic so that we can do it ourselves...btw your explanation is nice
@MuhammadAli-yw8ey
@MuhammadAli-yw8ey 2 жыл бұрын
By the way I am in love with your voice🤣
@stech3696
@stech3696 3 жыл бұрын
Thanku so much ma'am you are amazing explaination each and every topic thanku👌👌👌👌👌 so much again ❤️❤️❤️
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure 😊❤️
@techinfo2591
@techinfo2591 3 жыл бұрын
I am big fan for your explanation
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@sohailshaikh3269
@sohailshaikh3269 3 жыл бұрын
Great Explanation, able to understand everything
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@Krishhh.....
@Krishhh..... 2 жыл бұрын
Thanks for telling it's my practical
@jaimon901
@jaimon901 2 ай бұрын
n = int(input("enter a number :")) for i in range(2,n+1): for j in range(1,i): print(i-j,end="") print() out put is done. is this methode correct??
@saikiransayamoni5860
@saikiransayamoni5860 2 жыл бұрын
i like your teaching that was excellent😇. please do more videos of python 🙂
@balramchahuhan7638
@balramchahuhan7638 19 күн бұрын
Nice to meet you 🎉
@barkatshaik4184
@barkatshaik4184 3 жыл бұрын
Cute explaination, beautiful, You got a new subscriber 😜 Thank you soo much ❤️
@prakashturlapati8439
@prakashturlapati8439 3 жыл бұрын
Your Exaplantion is Awesome , Thank you
@atlasfoodatlasfood6430
@atlasfoodatlasfood6430 2 жыл бұрын
VERY GOOD CHANEL , WE LEARN FROM YOU A LOT BLESSING YOU.
@SanthoshKumar-gm3td
@SanthoshKumar-gm3td Жыл бұрын
Its cool concept. But, i understand some what. then thought i thank u sister..
@philip7483
@philip7483 3 жыл бұрын
Thank you so much...It is very useful and also understandable.😊
@mahishafarzana5844
@mahishafarzana5844 2 жыл бұрын
Thank you so much.I've learnt the basic of the pattern😃
@ameerabdul5444
@ameerabdul5444 3 жыл бұрын
what a explaination! wah....superb.....
@alishapadhy7691
@alishapadhy7691 2 жыл бұрын
Thank you so much dear.....it helps me a lot....
@_Elfaro
@_Elfaro Жыл бұрын
This is a more clear solution to the second pattern: num = int(input("enter rows number: ")) for row in range(num): for col in range(row+1): print(row+1, end= " ") row -= 1 print()
@crewmate3031
@crewmate3031 3 жыл бұрын
Mam thanks a lot I wanted this video so much ❤️❤️❤️
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Most welcome 😊
@godx3558
@godx3558 3 жыл бұрын
@@AmulsAcademy mam why did you use )) cant we just use ) in the first line
@taywu2616
@taywu2616 2 жыл бұрын
this saves my lifeeeee thanks
@tanishforreal
@tanishforreal 2 жыл бұрын
Thanks a ton, ma'am! Helped a lot! You got a new subscriber, lol :)
@keshavofficial4542
@keshavofficial4542 2 жыл бұрын
SUPER EVER EXPLANATION EVER MAM🤗🤗🤗
@purvangipatel6601
@purvangipatel6601 3 жыл бұрын
Didi you are great ......
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thanks a lot 😊
@yuktikashyap3374
@yuktikashyap3374 2 жыл бұрын
thank you so much , this video really helped me a lot
@sudiptacoachingcentre4118
@sudiptacoachingcentre4118 2 жыл бұрын
Really good. Understand very well
@satishghadage7563
@satishghadage7563 3 ай бұрын
Very well explained
@saivikas7032
@saivikas7032 3 жыл бұрын
Mam,In the case of reverse triangle pattern after creating spaces how the same code written for right angled triangle is same.i didn't understand reverse triangle pattern. Could u please make another video for reverse triangle pattern explaining clearly.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
After printing space we need to take the for loop for numbers. In the pattern you can see you need same set of numbers, here we are just changing the shape of the pattern, number set is same that's why we are using same code :)
@siddharthadestroyer7155
@siddharthadestroyer7155 2 жыл бұрын
and in case of left hand side triangle u cn make it an equivalent by not givong space between the print
@archillesreyes8822
@archillesreyes8822 2 жыл бұрын
how do i program the proceeding and the succeeding of a number?
@jameswatkins1297
@jameswatkins1297 Жыл бұрын
nice block of instructions. Thank you.
@abhaypratapmishra1817
@abhaypratapmishra1817 2 жыл бұрын
Good job... Keep it up An Last thanks for this
@anshikasingh4289
@anshikasingh4289 2 жыл бұрын
Mam range function mein index ko reverse karne ke liye jo last vala -1 use hua hai *step* ke liye uska kya matlab hai wo -1 ka matlab samaj nhi aa raha hai. Please bataiye🙏
@gowthamm2858
@gowthamm2858 2 жыл бұрын
Very very nice explain mam I understood fully ❤️
@reenasingh2253
@reenasingh2253 2 жыл бұрын
Mam, what's your age:) BTW , NICE EXPLANATION
@RiyaRana-xk9kn
@RiyaRana-xk9kn Жыл бұрын
It in 8 th class also i am in 8 one and tomorrow is my computer practical
@aryansingh-de1ox
@aryansingh-de1ox Жыл бұрын
Clear voice fs
@ashutoshupadhyay8885
@ashutoshupadhyay8885 3 жыл бұрын
Thanks for clearing all doubts related to pattern related programs 🔥🔥🔥💯
@madhugandrapu8140
@madhugandrapu8140 Жыл бұрын
Wonderful explanation thank you madam
@anushabotla8293
@anushabotla8293 2 жыл бұрын
Tnq so much mam❤️❤️ do more videos on python
@ady7d77
@ady7d77 Жыл бұрын
can you tell me the course you took for knowing this, if i take the same course i will be as good as you
@Igor-vk8fl
@Igor-vk8fl 3 жыл бұрын
My second pattern is a little bit different. n = 4 for i in range(n): for j in range(i+1): print((i+1)-j, end=' ') print() ------------------------------------------------------------------------------ My pattern from 15:20. n = 4 for i in range(n): for j in range(i+1): print(n=j, end=' ') n -= 1 print()
@RahulPandey-vi4iu
@RahulPandey-vi4iu 7 ай бұрын
Can we reverse the order of the row in 4th example
@rajavardhan8641
@rajavardhan8641 2 жыл бұрын
When we depend on j we can take any I and vise vesrsa Is true mam
@HomeremediesDG
@HomeremediesDG 2 жыл бұрын
Good explanation
@kaaju_bite1809
@kaaju_bite1809 3 жыл бұрын
Thanks bro ✌️
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Welcome 👍
@blabla-hb4fe
@blabla-hb4fe 3 жыл бұрын
I am glad to know how can we build an app? Can u answer?
@manishbhardwaj5880
@manishbhardwaj5880 3 жыл бұрын
you can use kivi for building mobile app using python, tkinter for desktop application and django/flask for web application
@Trinadhgeti
@Trinadhgeti Жыл бұрын
Thank you very much ma'am 🙏👏👌
@user-pe2ru3gk2k
@user-pe2ru3gk2k 7 ай бұрын
Thank you so much madam.
@dr.b.ridhumikabalakrishnam780
@dr.b.ridhumikabalakrishnam780 Жыл бұрын
Which app you are using for screen recording
@chinmoychakraborty8046
@chinmoychakraborty8046 3 жыл бұрын
So sweet voice maam😍
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@prkhub
@prkhub 2 жыл бұрын
Thank you so much!!🙂😊
@deepakadhiraaijog7387
@deepakadhiraaijog7387 2 жыл бұрын
Good explanation !
@ishangiwantha7137
@ishangiwantha7137 2 жыл бұрын
i love your voice
@pattemmaruthi3799
@pattemmaruthi3799 Жыл бұрын
Hello... medam...I have small doubt...for printing coloumn in reverse why do you taken (I,-1,-1)... what is it meaning... please request you to clarify my doubt.. tnq
@RahulPandey-vi4iu
@RahulPandey-vi4iu 7 ай бұрын
In the range function you have to feed three parameters as start ,stop, step values.To feed stop parameter, it is mandatory but to put start and step value it depends on you from where you want to start and what step you want to move forward or backward. Here (i,-1,-1) In this start value is i, stop value is -1 means loop will stop before -1 index that is 0.Next '-1' is step value which means loop will go 1 index back . Hope you got it.❤
@cwcw6044
@cwcw6044 2 жыл бұрын
Hi. How to put commas between numbers if we want arrow output 1,2,3,4,5
@akhileshkumaryadav1657
@akhileshkumaryadav1657 3 жыл бұрын
hi....i am a new learner how index provided opposite. range (i,-1,-1). i did not understand. please make me understand
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Syntax of range function is : range(start,end,step) here start is i {lets take i=5} end is -1 and step is -1 first output from range(i,-1,-1) function is 5 {because i took i value as 5} then it will see step and it will add that to start value, so here start is 5 and step -1 5-1 = 4 so second output is 4 next again for next value add step to 4 4-1 = 3 so next output is 3 So that's why we will get 5 4 3 2 1 0 {we will not get -1 because end value is exclusive}
@Hk00794
@Hk00794 2 жыл бұрын
iove you amulya
@gayathridevip4632
@gayathridevip4632 3 жыл бұрын
Can u put a video for finding n Catalan numbers plz??
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Will try 😊
@Gobinda1200
@Gobinda1200 3 жыл бұрын
Thank you mam 😊😊
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Most welcome 😊
@manjotkahlon2011
@manjotkahlon2011 3 жыл бұрын
first program is not working gives syntax error on linee 3 for j in range(i+1) fix this plz
@plaza22
@plaza22 Жыл бұрын
n = int(input("enter the value:")) for i in range(n): for j in range(n-i-1): print(" ",end=" ") for j in range(i+1): print(j+1,end=" ") print() this code not coming corrct output
@timon1804
@timon1804 Жыл бұрын
mam can you teach this same method using while loops....?
@letslearn1203
@letslearn1203 3 жыл бұрын
In this way explain in variable..
@rahulnikam1279
@rahulnikam1279 2 жыл бұрын
Great Vd :)
@ruwanhag2499
@ruwanhag2499 2 жыл бұрын
Yhanks
@sambhajikhade6385
@sambhajikhade6385 Жыл бұрын
Thank you so much❤
@MonuSingh-mz3qz
@MonuSingh-mz3qz 3 жыл бұрын
Thanks
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Welcome :)
@christiantenajeros3229
@christiantenajeros3229 3 жыл бұрын
Hello I am a bit confused, how do you print only e.g input is 5 then how do you print 5 4 3 2 1 only?
@joeljiby07
@joeljiby07 Жыл бұрын
don't ask her man she is mad
@joeljiby07
@joeljiby07 Жыл бұрын
write all programs in different code than modifying a single code
@peripeciasdeldestino2630
@peripeciasdeldestino2630 Жыл бұрын
Thanks!
@Thefoodtravelling
@Thefoodtravelling 2 жыл бұрын
Mam can u explain hollow triangle number pattern
@girisugin8468
@girisugin8468 2 жыл бұрын
Mam when put =an error in a program
Linear And Non Linear Data Structure
3:58
Amulya's Academy
Рет қаралды 48 М.
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 929 М.
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 54 МЛН
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 48 МЛН
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 3,5 МЛН
Python Tutorial - Prime Numbers | Printing Prime Numbers in Given Interval
18:33
Python Pattern Program - Number Pattern (Printing Numbers in Pyramid Shape)
11:28
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,4 МЛН
How to solve any Star Pattern Program
18:47
Simply Coding
Рет қаралды 1,1 МЛН
Solve any Number Pattern program in Python
20:14
Simply Coding
Рет қаралды 208 М.
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 54 МЛН