Solve any Number Pattern program in Python

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

КОМЕНТАРІ • 140

  • @hanischannel6721
    @hanischannel6721 Місяць тому +2

    I got 92/100 in computer in my 10th icse board exam and that's becoz of ur videos. Thankyou soo much mam

  • @zulfiquarshaikh3461
    @zulfiquarshaikh3461 11 місяців тому +3

    The ease of explanation is remarkable💯. Also @ simply coding please make python coding exercises playlist. Would be of great help. Thanks in advance 🙏

  • @mahesh97413
    @mahesh97413 3 роки тому +11

    Explained in simple way. Everyone can understand your lecture

  • @karan0611
    @karan0611 Рік тому +9

    thank you so much for this video nobody explaind pattern in this easy way

    • @Tnnobi
      @Tnnobi 28 днів тому

      Yes nobody explained in this way because it is wrong. Tomorrow is my sem exam I had just checked code in online. It is wrong please delete this video because anybody will see and do the mistake

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

    Mam..... really have no enough words to convey my gratitude.....you are really an angel....love you

  • @gargacoustics7555
    @gargacoustics7555 3 роки тому +32

    After watching her videos I am able to done any pattern

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

      Code is not working she is teaching wrong methods

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

      ​@@trinadhaa6338bro it would be something wrong with you ☠️

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

      Really?

    • @Arnab_5555
      @Arnab_5555 4 місяці тому +1

      It's working, Only Calculate the space

    • @Midulajmithu
      @Midulajmithu 2 місяці тому

      Not this
      * *
      * * * *
      * * * * * *
      * * * * * * * *
      * * * * * * * * *

  • @unknownboy8174
    @unknownboy8174 4 місяці тому +1

    Mam You are the best teacher your method is something else

    • @Tnnobi
      @Tnnobi 28 днів тому

      Yes nobody explained in this way because it is wrong. Tomorrow is my sem exam I had just checked code in online. It is wrong please delete this video because anybody will see and do the mistake

  • @devotionalstatus8109
    @devotionalstatus8109 2 роки тому +19

    Pattern program were always super challenge for me but I saw your video yesterday and now I can print any pattern related. THANKYOU VERY VERY MUCH
    Please make a video on Function and recursion also in Python plz 🙏🙏🙏

  • @gauravpatil7977
    @gauravpatil7977 3 роки тому +9

    i was struggling with pattern problems before but after watching ur videos they have become super easy, thanks a lot and plz make videos on different problems as well.

    • @SimplyCoding
      @SimplyCoding  3 роки тому +5

      Thanks. We have made a similar one for series as well.

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

      @@SimplyCoding great! I will check it out.

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

      @simply coding
      Q:hill pattern
      Ans: while using decreasing traingle and two increasing traingles the hill pattern is big
      But I want small based on input
      For example input: 5
      It became double : 5*2 like 10_rows and 10_columns but I want complete hill in 5_rows and 5_columns
      *
      *. *
      *. *. *
      *. *. *. *
      *. *. *. *. *
      How to achieve like this

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

      @@polinasateesh6347 Try this
      #Hill_pattern
      n = 5
      for i in range(n):
      for j in range(i,n):
      print(" ",end=" ")
      for j in range(i):
      print("*",end=" ")
      for j in range(i+1):
      print("*",end=" ")

      print()

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

      ​@@SimplyCoding 😢😢😢😢

  • @naina5569
    @naina5569 10 місяців тому +2

    Thank you so much ❤ now i am able to create any pattern😃

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

    Hi! Thank you so much for excellent video! In the video, at 8:35 or 9:15, when I use 'P' to print out exactly the same coding you have, the number came out are not the same in the picture, it prints out 0 for first row, and the bottom row has 20,22, 24, 26, 28! Please explain, thanks

  • @xlr8919
    @xlr8919 2 роки тому +9

    Best tutorial i found on UA-cam. Thank you very much 🙏

  • @Maheeru13
    @Maheeru13 10 місяців тому

    i usually never comment on study related videos but i must tell u i had a fear of loops but this video and pattern video of your channel. cleared all my doubts..THANK YOU..MAY YOU GET MORE SUBSCRIBERS..

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

    You taught us concepts, and logic building in less than half an hour, and your video made me understand for loop patterns easily. I found your video of great help!!! THANKYOU!!!

  • @jaswanthyadav-m5q
    @jaswanthyadav-m5q 19 днів тому

    very good explanation💌💌💌💌💌💌💌💌💌💌
    Thank you!

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

    Understanded everything from your videos thank you very very much mam

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

    This is perfect explanations which I want to understand.....
    Thank you so much 🙏

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

    your explanation and video animation just awesome keep doing well thanks for easy explanation....

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

    Very helpful videos, I love it

  • @vamshimamidala7791
    @vamshimamidala7791 2 місяці тому +7

    It's an educational video right ?not an entertainment program.madam try to remove that bgm in further videos

  • @savankumar.k8524
    @savankumar.k8524 2 роки тому +8

    Thank you mam for give us this way of explanation.this type of teaching makes us to remember a long time without study another time 🙏🙏🙏

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

    Wonderful videos and thanks a lot for making people understand easiest ways

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

    Your videos are very helping

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

    syntaxError on 12:30 the error is.
    for (int j = i; j

    • @Tnnobi
      @Tnnobi 28 днів тому

      That's wrong code

    • @Tnnobi
      @Tnnobi 28 днів тому

      For me also same error how you solved that error

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

    Deserves a subscription. I am creating 100 more accounts to subscribe this channel..

  • @Leyka-ot1mx
    @Leyka-ot1mx Рік тому

    Thank you so much mam.... I got the concept clearly.... Wonderful teaching.

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

    Really superb and nice but the third triangle it is increasing triangle(star) pattern right? but in audio its like decreasing triangle... correct me if i am wrong.. and Thank you so much and keep it up...

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

    Your explanation is brillant but if u would also include the ans of last questions it would be best mam.

  • @Harish-du6uc
    @Harish-du6uc 3 роки тому +2

    Nice Explanation mam. Thank you so much. Your video helped me a lot

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

    the word "excellent"may not be enough for breaking that complex things into simple

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

    Thank you very much
    you deserve an award 💯💯💯🥺

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

    Mam thank you very much ,now i can confidently say that i can do any pattern printing program in idle.

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

    Great explanation mam. Keep going and all the best

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

    Appreciated likedd your way of teaching

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

    can we code huge alphabets with this pattern?

  • @SuvethaS-j6o
    @SuvethaS-j6o Місяць тому

    Super Logic mam

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

    great video ma'am

  • @narutouzumaki-oo5vy
    @narutouzumaki-oo5vy Рік тому

    Thank you so much ma'am!

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

    very nicely explained!

  • @mouni-o-
    @mouni-o- 2 роки тому +1

    Mam please do an video about matrix problem in python and how to solve any matrix problem with logic .... please mam..there is no video in UA-cam with proper logic and explanation...

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

    Thank you very much ma'am, your graciousness saved me

  • @mouni-o-
    @mouni-o- 2 роки тому +1

    Mam how to code hollow Patten with diffent numbers in increasing and decreasing order

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

      You can watch our video on how to make hollow pattern using *. Then you just have to add the concept of converting * to numbers, as you have learnt in this video. ua-cam.com/video/iOxF5cDVIZo/v-deo.html

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

    Thank you so much mam 😍

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

    Could you please do it for floyds patterb

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

    Thank you ❤

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

    Thank you ...pattern probs helped alot👍

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

    Nice explanation madam tq so much

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

    We can also write p=p+1,instead of p+=1.. And p=p-1 instead of p-=1

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

    I guess there is mistake at 11:48.
    Different code and curly braces for python!
    correct me if I'm wrong? #DiamondPattern

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

      Good catch! yes the line is - for j in range (i,n):

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

    Excellent ❤❤

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

    Thank u for this vdo

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

    Nice teaching, can you not use the music in the background

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

    Hey can you please make a video on how to solve any python programs .... Please

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

    nice explantion

  • @ipshitadas5450
    @ipshitadas5450 2 місяці тому

    diamond pattern
    n=5
    for i in range(n-1):
    p=1
    for j in range(i,n):
    print(" ",end='')
    for j in range(i):
    print(p,end='')
    p+=1
    for j in range(i+1):
    print(p,end='')
    p+=1
    print()
    for i in range(n):
    p=1
    for j in range(i+1):
    print(" ",end='')
    for j in range(i,n-1):
    print(p,end='')
    p+=1
    for j in range(i,n):
    print(p,end='')
    p+=1
    print()

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

    Please make more videos on paython...

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

    Thank you mam

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

    for hallow square,rectangle number patterns make an video medam

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

    THANKS

  • @Sanji.Vinsmoke.99
    @Sanji.Vinsmoke.99 3 роки тому +1

    Link is not available in description

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

      Thanks. Just added it. You can watch star pattern here - ua-cam.com/video/fX64q6sYom0/v-deo.html

    • @Sanji.Vinsmoke.99
      @Sanji.Vinsmoke.99 3 роки тому +1

      @@SimplyCoding thanks ma'm

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

    anyone can help me with double side triangle patern? like on minute 2:59 on upper left screen

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

    I understand ma'am, But ma'am can help me in butterfly pattern

  • @Tnnobi
    @Tnnobi 28 днів тому +1

    Yes nobody explained in this way because it is wrong. Tomorrow is my sem exam I had just checked code in online. It is wrong please delete this video because anybody will see and do the mistake

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

    Hello Mam,
    U are using only 3 spaces in the hill problem,
    Why
    Answer I am getting is correct
    But why only 3 spaces and not 4 spaces
    Pls reply mam

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

    is there ny error at 12:44 ? Am i the only one getting error?

  • @DUSHYANTSINGH-xy6mh
    @DUSHYANTSINGH-xy6mh 10 місяців тому

    ma'am content is good but there are syntax errors and other multiple code errors, for eg: at 12 minute 50 second you have curly brackets open at line 6 and are not closed.

  • @joshnaprasad3316
    @joshnaprasad3316 9 місяців тому

    Can anyone explain a code for increasing number pattern

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

    mam ,give me butterfly pattern program in python

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

    At 14:28 if inner loop (j) executes one time then why p is not incrementing

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

      P is incrementing bro after range j , p will increment by p=p+1 because it is in the inner loop not in outer loop

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

    excellent

  • @pet-u9f
    @pet-u9f 10 місяців тому

    use while loop instead

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

    Hi to anyone here trying out the butterfly program, here's the solution:-
    #butterfly
    num = int(input())
    for i in range(num-1):
    p=1
    for j in range(i+1):
    print(p,end=" ")
    p+=1
    for k in range(i,num-1):
    print(" ",end=" ")
    for l in range(i,num-1):
    print(" ",end=" ")
    p=1
    for m in range(i+1):

    print(p,end=" ")
    p+=1

    print()
    for i in range(num):
    p=1
    for j in range(i,num):
    print(p,end=" ")
    p+=1
    for k in range(i):
    print(" ",end=" ")
    for l in range(i):
    print(" ",end=" ")
    p=1
    for m in range(i,num):

    print(p,end=" ")
    p+=1

    print()

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

      Apparently i tried searching for this solution on your site but i couldn't find it in python language, hence this is my variation. Thanks for your teaching! Really helped alot

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

      bro small correction.. in the first line you should give some statement for input that will be more efficient...👍

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

      @@vamsichandramohan9901 some statements? you mean the input like "enter the number to do butterfly"? sure

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

    Mam you said that if you have any doubts in solving the prob you said to wisit the web site but iam not getting any vedios there

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

      We have the programs over there for reference if you need. You can send any specific doubts to info@simplycoding.in and join us too for online classes

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

      @@SimplyCoding in which tab is it present

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

      Here's the link - simplycoding.in/how-to-solve-any-number-patterns-in-python/

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

      @@SimplyCoding java...

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

      I have updated the link above.

  • @leaozakilight120
    @leaozakilight120 13 днів тому

    tomorrow is my board practical wish me luck

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

    Simply wow

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

    I have checked on your website also pls answer

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

    Hollow numbers patterns please madam python

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

    Mam pls make more videos on number and alphabat pattern in python

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

      Thanks. We do have similar video on alphabet pattern in python - ua-cam.com/video/uJA-GVWNjcc/v-deo.html

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

      Yeah ihve watched that.

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

    Please reduce background music

  • @Sanki-04
    @Sanki-04 3 роки тому

    I am using pycharm not got the pattern please help

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

      Please send your code at info@simplycoding.in

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

    We luv uh mam

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

    1
    10
    101
    1010
    10101 logic for this mam?

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

      You just need to check if j is even or odd and print 0 or 1.

  • @sandy-rq5dv
    @sandy-rq5dv 2 роки тому

    Half of your video is wrong or is my idle python wrong cos I did what u did but it's coming value just recheck it

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

      Hi you can send you code to info@simplycoding.in and we can help correct it

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

    your website name mam

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

    24
    23 22
    21 20 19
    18 17 16 15
    14 13 12 11 10
    Mam How to solve this pattern? or Can anybody else solve this pls

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

    love u mam love

  • @s7-ow2bz
    @s7-ow2bz Рік тому

    ❤❤❤❤

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

    👏👏

  • @Mielu4.7
    @Mielu4.7 Рік тому +1

    Wrong code

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

    😍

  • @ToanPham-wr7xe
    @ToanPham-wr7xe 5 місяців тому

    😮

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

    Annoying background music 🙄

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

    I think this is not python