Solve any Number Pattern program in Python

  Рет қаралды 199,485

Simply Coding

Simply Coding

Күн бұрын

Learn how to solve any number pattern program by using some simple tricks without any stress...
Watch the star pattern video here - • Solve any Star Pattern...
For Notes on Number Pattern program in Python click on - simplycoding.in/how-to-solve-...
00:00 - Introduction
04:49 - Pattern with single number
06:06 - Increasing triangle pattern with increasing number pattern in python
08:13 - Increasing triangle pattern with decreasing number in python
08:42 - Increasing triangle pattern with increasing number by 2 in python
09:34 - Increasing triangle pattern with alternate number in python
10:39 - Diamond pattern with increasing number in python
11:39 - Diamond pattern with increasing and decreasing number in python
13:13 - Increasing triangle pattern with increasing column number in python
15:22- Decreasing triangle pattern with decreasing column number in python
15:51 - Hill triangle pattern with increasing numbers in python
16:45 - Increasing triangle pattern with decreasing column number in python
17:13 - Decreasing triangle pattern with decreasing column number in python
18:25 - Hill pattern with increasing and decreasing number in python
19:19 - Floyd triangle in python

Пікірлер: 122
@karan0611
@karan0611 Жыл бұрын
thank you so much for this video nobody explaind pattern in this easy way
@shitalmehta3109
@shitalmehta3109 Жыл бұрын
This is perfect explanations which I want to understand..... Thank you so much 🙏
@savankumar.k8524
@savankumar.k8524 Жыл бұрын
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 🙏🙏🙏
@varunsharma5699
@varunsharma5699 2 жыл бұрын
Understanded everything from your videos thank you very very much mam
@xlr8919
@xlr8919 2 жыл бұрын
Best tutorial i found on KZfaq. Thank you very much 🙏
@mahesh97413
@mahesh97413 2 жыл бұрын
Explained in simple way. Everyone can understand your lecture
@Harish-du6uc
@Harish-du6uc 2 жыл бұрын
Nice Explanation mam. Thank you so much. Your video helped me a lot
@devotionalstatus8109
@devotionalstatus8109 2 жыл бұрын
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 🙏🙏🙏
@naina5569
@naina5569 4 ай бұрын
Thank you so much ❤ now i am able to create any pattern😃
@tnsteam8372
@tnsteam8372 Жыл бұрын
your explanation and video animation just awesome keep doing well thanks for easy explanation....
@zulfiquarshaikh3461
@zulfiquarshaikh3461 5 ай бұрын
The ease of explanation is remarkable💯. Also @ simply coding please make python coding exercises playlist. Would be of great help. Thanks in advance 🙏
@gauravpatil7977
@gauravpatil7977 2 жыл бұрын
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 2 жыл бұрын
Thanks. We have made a similar one for series as well.
@gauravpatil7977
@gauravpatil7977 2 жыл бұрын
@@SimplyCoding great! I will check it out.
@polinasateesh6347
@polinasateesh6347 2 жыл бұрын
@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 😢😢😢😢
@Leyka-ot1mx
@Leyka-ot1mx 10 ай бұрын
Thank you so much mam.... I got the concept clearly.... Wonderful teaching.
@calvinau732
@calvinau732 6 ай бұрын
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
@gargacoustics7555
@gargacoustics7555 2 жыл бұрын
After watching her videos I am able to done any pattern
@trinadhaa6338
@trinadhaa6338 11 ай бұрын
Code is not working she is teaching wrong methods
@beauty_paradisee
@beauty_paradisee 10 ай бұрын
​@@trinadhaa6338bro it would be something wrong with you ☠️
@Dhejaswiniofficial777
@Dhejaswiniofficial777 7 ай бұрын
Really?
@izmon2418
@izmon2418 9 ай бұрын
Mam..... really have no enough words to convey my gratitude.....you are really an angel....love you
@barrydamr895
@barrydamr895 Жыл бұрын
Thank you very much ma'am, your graciousness saved me
@poomanivenugopal3193
@poomanivenugopal3193 2 жыл бұрын
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...
@gargacoustics7555
@gargacoustics7555 2 жыл бұрын
Your videos are very helping
@emaan101
@emaan101 2 жыл бұрын
Appreciated likedd your way of teaching
@vamsikrishnamangu5559
@vamsikrishnamangu5559 Жыл бұрын
Thank you ...pattern probs helped alot👍
@omkarJoshiethics
@omkarJoshiethics 10 ай бұрын
Mam thank you very much ,now i can confidently say that i can do any pattern printing program in idle.
@divyaaa9091
@divyaaa9091 11 ай бұрын
Thank you very much you deserve an award 💯💯💯🥺
@amangarg2494
@amangarg2494 2 жыл бұрын
Your explanation is brillant but if u would also include the ans of last questions it would be best mam.
@bhagyashreesethia
@bhagyashreesethia 8 ай бұрын
Very helpful videos, I love it
@kesarivishnu9152
@kesarivishnu9152 Жыл бұрын
Great explanation mam. Keep going and all the best
@fiza8266
@fiza8266 10 ай бұрын
very nicely explained!
@Fullstackdeveloper13
@Fullstackdeveloper13 4 ай бұрын
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..
@narutouzumaki-oo5vy
@narutouzumaki-oo5vy 9 ай бұрын
Thank you so much ma'am!
@shashidharkotagiri1003
@shashidharkotagiri1003 2 жыл бұрын
Nice explanation madam tq so much
@hk.collections2426
@hk.collections2426 Жыл бұрын
syntaxError on 12:30 the error is. for (int j = i; j
@myname1484
@myname1484 6 ай бұрын
Thank you ❤
@mouni-o-
@mouni-o- 2 жыл бұрын
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 KZfaq with proper logic and explanation...
@saradamaharana1482
@saradamaharana1482 10 ай бұрын
Thank u for this vdo
@Satya_ganta
@Satya_ganta Жыл бұрын
We can also write p=p+1,instead of p+=1.. And p=p-1 instead of p-=1
@saimanikanta652
@saimanikanta652 Жыл бұрын
s
@godofdanger687
@godofdanger687 10 ай бұрын
Yes
@shobhitaggarwal9873
@shobhitaggarwal9873 6 ай бұрын
great video ma'am
@joelie8897
@joelie8897 Жыл бұрын
anyone can help me with double side triangle patern? like on minute 2:59 on upper left screen
@fernandoalejo
@fernandoalejo Жыл бұрын
THANKS
@malli3332
@malli3332 2 жыл бұрын
for hallow square,rectangle number patterns make an video medam
@ZebeneBelayhun
@ZebeneBelayhun 10 ай бұрын
Excellent ❤❤
@bhoomika172
@bhoomika172 Жыл бұрын
Hey can you please make a video on how to solve any python programs .... Please
@mouni-o-
@mouni-o- 2 жыл бұрын
Mam how to code hollow Patten with diffent numbers in increasing and decreasing order
@SimplyCoding
@SimplyCoding 2 жыл бұрын
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. kzfaq.info/get/bejne/n7WoeZiUqbytiqM.html
@kolavaramtejaswani3477
@kolavaramtejaswani3477 Жыл бұрын
Thank you mam
@bishwarupsarkar8938
@bishwarupsarkar8938 2 жыл бұрын
Mam please help tricks method to solve complex pattern
@Among_Us2407
@Among_Us2407 7 ай бұрын
Could you please do it for floyds patterb
@MRAGAV
@MRAGAV 2 жыл бұрын
Simply wow
@28rajayeswanth67
@28rajayeswanth67 2 жыл бұрын
the word "excellent"may not be enough for breaking that complex things into simple
@sopheadinachea8218
@sopheadinachea8218 Жыл бұрын
I love the new i
@THE_GFI
@THE_GFI Жыл бұрын
can we code huge alphabets with this pattern?
@employedengineers3626
@employedengineers3626 2 жыл бұрын
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
@shivankbajpai5112
@shivankbajpai5112 10 ай бұрын
nice explantion
@Kau_Ram
@Kau_Ram Жыл бұрын
Deserves a subscription. I am creating 100 more accounts to subscribe this channel..
@shreyanshsingh1685
@shreyanshsingh1685 2 жыл бұрын
excellent
@jyotichavan3467
@jyotichavan3467 2 жыл бұрын
tq u
@happycatshappylife539
@happycatshappylife539 Жыл бұрын
Please make more videos on paython...
@rohitrawat82
@rohitrawat82 Жыл бұрын
Nice teaching, can you not use the music in the background
@sureshsn3962
@sureshsn3962 Жыл бұрын
Make video on increasing number in BUTTER FLY pattern in Python
@rajdhadankar
@rajdhadankar 2 жыл бұрын
I guess there is mistake at 11:48. Different code and curly braces for python! correct me if I'm wrong? #DiamondPattern
@SimplyCoding
@SimplyCoding 2 жыл бұрын
Good catch! yes the line is - for j in range (i,n):
@joshnaprasad3316
@joshnaprasad3316 3 ай бұрын
Can anyone explain a code for increasing number pattern
@sohambindu7934
@sohambindu7934 Жыл бұрын
I understand ma'am, But ma'am can help me in butterfly pattern
@employedengineers3626
@employedengineers3626 2 жыл бұрын
I have checked on your website also pls answer
@saitejakarri8512
@saitejakarri8512 3 жыл бұрын
Link is not available in description
@SimplyCoding
@SimplyCoding 3 жыл бұрын
Thanks. Just added it. You can watch star pattern here - kzfaq.info/get/bejne/nL5mZ9Rn2L_TnWQ.html
@saitejakarri8512
@saitejakarri8512 3 жыл бұрын
@@SimplyCoding thanks ma'm
@DUSHYANTSINGH-xy6mh
@DUSHYANTSINGH-xy6mh 4 ай бұрын
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.
@petersonpadaya2915
@petersonpadaya2915 4 ай бұрын
use while loop instead
@Yzyou11
@Yzyou11 2 жыл бұрын
I am using pycharm not got the pattern please help
@SimplyCoding
@SimplyCoding 2 жыл бұрын
Please send your code at info@simplycoding.in
@koushik5298
@koushik5298 Жыл бұрын
Hollow numbers patterns please madam python
@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.
@shivareddy8121
@shivareddy8121 Жыл бұрын
At 14:28 if inner loop (j) executes one time then why p is not incrementing
@godofdanger687
@godofdanger687 10 ай бұрын
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
@gargacoustics7555
@gargacoustics7555 2 жыл бұрын
Mam pls make more videos on number and alphabat pattern in python
@SimplyCoding
@SimplyCoding 2 жыл бұрын
Thanks. We do have similar video on alphabet pattern in python - kzfaq.info/get/bejne/q7BxYKqHvLTOk5c.html
@gargacoustics7555
@gargacoustics7555 2 жыл бұрын
Yeah ihve watched that.
@spr4467
@spr4467 Жыл бұрын
We luv uh mam
@induammu2239
@induammu2239 3 жыл бұрын
your website name mam
@SimplyCoding
@SimplyCoding 3 жыл бұрын
simplycoding.in
@bhaskar578
@bhaskar578 Жыл бұрын
Please reduce background music
@VLSI260
@VLSI260 2 жыл бұрын
👏👏
@RajaSirOpsc
@RajaSirOpsc Жыл бұрын
is there ny error at 12:44 ? Am i the only one getting error?
@Dipannita_Samanta
@Dipannita_Samanta Жыл бұрын
No I am getting error too
@sandy-rq5dv
@sandy-rq5dv Жыл бұрын
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 Жыл бұрын
Hi you can send you code to info@simplycoding.in and we can help correct it
@RdWarriorGaming212
@RdWarriorGaming212 2 жыл бұрын
love u mam love
@s7-ow2bz
@s7-ow2bz Жыл бұрын
❤❤❤❤
@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
@obro-cartoons1352
@obro-cartoons1352 14 күн бұрын
Error while running the program
@gabrielaarzate4101
@gabrielaarzate4101 Жыл бұрын
😍
@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 11 ай бұрын
bro small correction.. in the first line you should give some statement for input that will be more efficient...👍
@PA3R1CK
@PA3R1CK 10 ай бұрын
@@vamsichandramohan9901 some statements? you mean the input like "enter the number to do butterfly"? sure
@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.
@Mielu4.7
@Mielu4.7 Жыл бұрын
Wrong code
@rinkakesh5866
@rinkakesh5866 Жыл бұрын
Annoying background music 🙄
@saketgaurav1355
@saketgaurav1355 Жыл бұрын
I think this is not python
@s.sanjaysaikrishna9184
@s.sanjaysaikrishna9184 4 ай бұрын
Wdym
Solve any character pattern in Python
23:58
Simply Coding
Рет қаралды 48 М.
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 880 М.
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 120 МЛН
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 19 МЛН
Happy 4th of July 😂
00:12
Pink Shirt Girl
Рет қаралды 62 МЛН
Solve any number program in Python.
16:53
Simply Coding
Рет қаралды 18 М.
How to solve any number pattern program in Java
18:15
Simply Coding
Рет қаралды 688 М.
Number Pattern | Part 1 | Python Pattern Programs
24:08
Amulya's Academy
Рет қаралды 373 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 277 М.
How to solve Square and Hollow pattern programs in Python
17:29
Simply Coding
Рет қаралды 84 М.
How to solve any Star Pattern Program
18:47
Simply Coding
Рет қаралды 1,1 МЛН
Solve any Character or String pattern in Java
22:22
Simply Coding
Рет қаралды 78 М.
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,3 МЛН