Number Pattern | Part 1 | Python Pattern Programs

Поділитися
Вставка
  • Опубліковано 9 лют 2025
  • 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

КОМЕНТАРІ • 244

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

    i like that you explained in a way that's easy to understand.

  • @ShivayeKaushik
    @ShivayeKaushik 2 роки тому +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

  • @rashid_iiitd
    @rashid_iiitd 3 роки тому +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 роки тому

      ua-cam.com/video/pbePbEBEhbk/v-deo.html
      Easiest Explanation ever ❤ please visit atleast once it clear all my doubts

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

    Honestly !
    You explaining skills are best

  • @aakratisingh5215
    @aakratisingh5215 11 місяців тому +25

    I am watching this on the practical day 😂😅 wish me luck 🤞🏻

  • @kunalchauhan7733
    @kunalchauhan7733 3 роки тому +7

    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!

  • @MRCRAZY-wm4ln
    @MRCRAZY-wm4ln 4 роки тому +25

    fall in love with coding with you mam, thanks for providing us this quality of education....love you mam

    • @AmulsAcademy
      @AmulsAcademy  4 роки тому +4

      Glad to hear that :)

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

      ua-cam.com/video/pbePbEBEhbk/v-deo.html
      Easiest Explanation ever ❤

  • @nonoobott8602
    @nonoobott8602 4 роки тому +7

    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

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

    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

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

    I really thank you for helping me in doing my lecture assignments, thanx🥰

  • @MUHAMMADNASIR-tv2jx
    @MUHAMMADNASIR-tv2jx 2 роки тому +5

    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.

  • @kishore1904
    @kishore1904 4 роки тому +5

    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.

  • @Knockout_music_143
    @Knockout_music_143 4 роки тому +15

    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

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

    wahhh Thanku soo much. I am learning a lot from your channel.

  • @otakubuzz4436
    @otakubuzz4436 3 роки тому +17

    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!

  • @sandeepKumar-sw3bx
    @sandeepKumar-sw3bx 2 роки тому +2

    Absolutely very good information
    And your way of explanation is simply super mam

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

    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="")

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

    I am big fan for your explanation

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

    Great explanation mam,understand the tricks very easily when u are saying.

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

    Very good teachingin a simplified manner

  • @anandkumar-cl7dd
    @anandkumar-cl7dd 2 роки тому +17

    If you tell us the logic behind number and star patterns that would be helpful 👍 one simple logic to write all patters

  • @StudyWithDivi
    @StudyWithDivi 6 місяців тому

    Clear explanation ❤ thank you so much sis😊

  • @saiparnam7570
    @saiparnam7570 3 роки тому +8

    It's very easy to write a code when we follow your tips,tricks ❤️❤️

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

    Your Voice is so Sweet.... 🥰 take it as a Compliment....
    Thanks alot Amulya

  • @AyushSharma-be4kh
    @AyushSharma-be4kh 3 роки тому +4

    Thank you very much. Really appreciate the way you make someone understand the concepts.

  • @wolfpack9873
    @wolfpack9873 4 роки тому +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!

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

    Thank you so much dear.....it helps me a lot....

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

    Thanks for telling it's my practical

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

    You're a good tutor, thanks a lot

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

    Thanku so much ma'am you are amazing explaination each and every topic thanku👌👌👌👌👌 so much again ❤️❤️❤️

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

    Great Explanation, able to understand everything

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

    Explaination is sooo clear! thank you so much

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

    nice block of instructions. Thank you.

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

    Mam thanks a lot I wanted this video so much ❤️❤️❤️

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

      Most welcome 😊

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

      @@AmulsAcademy mam why did you use )) cant we just use ) in the first line

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

    VERY GOOD CHANEL , WE LEARN FROM YOU A LOT BLESSING YOU.

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

    this saves my lifeeeee thanks

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

    what a explaination! wah....superb.....

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

    Thanks a ton, ma'am! Helped a lot! You got a new subscriber, lol :)

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

    Really good. Understand very well

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

    SUPER EVER EXPLANATION EVER MAM🤗🤗🤗

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

    Your Exaplantion is Awesome , Thank you

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

    Cute explaination, beautiful, You got a new subscriber 😜 Thank you soo much ❤️

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

    Didi you are great ......

  • @SanthoshKumar-gm3td
    @SanthoshKumar-gm3td 2 роки тому

    Its cool concept. But, i understand some what. then thought i
    thank u sister..

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

    Good job...
    Keep it up
    An Last thanks for this

  • @balramchahuhan7638
    @balramchahuhan7638 6 місяців тому

    Nice to meet you 🎉

  • @akritimehta0454
    @akritimehta0454 4 роки тому +48

    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  4 роки тому +4

      I didn't knew that :)

    • @blabla-hb4fe
      @blabla-hb4fe 4 роки тому

      Yes

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

      Guys plz tell me the name of the book 📚😅

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

      @@offshoring8197 computer science with python by preeti Arora class 11

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

      Tq ma'am this video helps me a lot🙏🙏

  • @MuhammadAli-yw8ey
    @MuhammadAli-yw8ey 2 роки тому

    By the way I am in love with your voice🤣

  • @satishghadage7563
    @satishghadage7563 8 місяців тому

    Very well explained

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

    Thank you very much ma'am 🙏👏👌

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

    Thank you so much!!🙂😊

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

    thank you so much ,
    this video really helped me a lot

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

    Good explanation !

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

    Thank you so much.I've learnt the basic of the pattern😃

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

    Tnq so much mam❤️❤️ do more videos on python

  • @PurbaChakraborty-um8wt
    @PurbaChakraborty-um8wt Рік тому

    Mam tell us the logic so that we can do it ourselves...btw your explanation is nice

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

    i like your teaching that was excellent😇.
    please do more videos of python 🙂

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

    Wonderful explanation thank you madam

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

    Amazing explanation

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

    Good explanation

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

    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()

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

    Thanks bro ✌️

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

    Thank you so much madam.

  • @MayankSingh-ow9dc
    @MayankSingh-ow9dc 4 місяці тому

    I am watching this on exam day 😅😅

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

    Checkout the following playlist for more pattern printing solutions :
    ua-cam.com/play/PLYdadXLk2qEcbudK9tDdmjmzOvm8sUnUJ.html

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

    Thank you mam 😊😊

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

    Thank you so much❤

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

    Mam the program at 21:22 is not working 😫😫

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

    Thank you so much...It is very useful and also understandable.😊

  • @Bread-vk8fl
    @Bread-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()

  • @MonuSingh-mz3qz
    @MonuSingh-mz3qz 4 роки тому +2

    Thanks

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

    Great Vd :)

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

    Very very nice explain mam I understood fully ❤️

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

    Thanks!

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

    Thank you mam🙏

  • @aryansingh-de1ox
    @aryansingh-de1ox Рік тому +1

    Clear voice fs

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

    iove you amulya

  • @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

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

    So sweet voice maam😍

  • @RiyaRana-xk9kn
    @RiyaRana-xk9kn Рік тому +1

    It in 8 th class also i am in 8 one and tomorrow is my computer practical

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

    and in case of left hand side triangle u cn make it an equivalent by not givong space between the print

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

    Yhanks

  • @dr.b.ridhumikabalakrishnam780
    @dr.b.ridhumikabalakrishnam780 2 роки тому

    Which app you are using for screen recording

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

    Thanks a lot

  • @gayathri-8-i6s
    @gayathri-8-i6s 3 роки тому +1

    Can u put a video for finding n Catalan numbers plz??

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

    i love your voice

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

    thank you madam

  • @blabla-hb4fe
    @blabla-hb4fe 4 роки тому +2

    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

  • @jaimon901
    @jaimon901 7 місяців тому

    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??

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

    Mam, what's your age:)
    BTW , NICE EXPLANATION

  • @Jyoti-h4t
    @Jyoti-h4t 3 місяці тому

    N:❌️
    YEN:✅️

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

    When we depend on j we can take any I and vise vesrsa Is true mam

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

    Thank you mammmm...

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

    Thanks for clearing all doubts related to pattern related programs 🔥🔥🔥💯

  • @thisisme..3904
    @thisisme..3904 3 роки тому

    Nice

  • @ankitkumarthakur-bh7tk
    @ankitkumarthakur-bh7tk 2 роки тому

    Thank you mam

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

    how do i program the proceeding and the succeeding of a number?

  • @RahulPandey-vi4iu
    @RahulPandey-vi4iu Рік тому

    Can we reverse the order of the row in 4th example

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

    mam can you teach this same method using while loops....?

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

    Mam can u explain hollow triangle number pattern