No video

Solve any character pattern in Python

  Рет қаралды 51,197

Simply Coding

Simply Coding

Күн бұрын

Пікірлер: 50
@adityaswarnakar5364
@adityaswarnakar5364 6 ай бұрын
All your tutorials are so brilliant, clear, nice, logical, simple, cool, easy to absorb & best explanation of patterns & numbers! Believe me I could not find such video explanations elsewhere in other youtube channels. Kudos & many many thanks 👋for your tutorials! ONE REQUEST - CAN YOU ADD OTHER NEW TOPICS OF PYTHON IN VIDEOS which are some confusing/somewhat hard to understand/remember (eg. to name a few - split, array/matrix multiplication, most frequently asked questions in python interviews with answers etc. ....stuff like that) thanks a lot & hopefully this channel grows further!😃👍👏🙏
@anandbaraik5010
@anandbaraik5010 2 жыл бұрын
Literally I watched every videos of your channel and I'm awe of your explanation of logics. Thanks for making all these videos.
@Studypro-is5gc
@Studypro-is5gc 6 ай бұрын
Thank you so much for your tutorials !! They are really helpful !!
@MadhanKumar-fv5qo
@MadhanKumar-fv5qo Жыл бұрын
learned a lot from your videos,thanks a lot mam
@kedardeshmukh1168
@kedardeshmukh1168 Ай бұрын
really helpful and great explaination , Thanks
@rohanrohilla5019
@rohanrohilla5019 2 жыл бұрын
What a amazing video mam, I am glad you made this. I am really really blessed print("Thank you mam")
@shreeshabennur7145
@shreeshabennur7145 3 жыл бұрын
Superb Explanation ma'am........
@adityaswarnakar5364
@adityaswarnakar5364 6 ай бұрын
In this video at 22.15, 2nd pattern as per below: R E D O R E D O R D O R O R R I have written the code successfully but I added 1 more last loop as per below: s='CODER' n=len(s) k=n-1 for i in range(n): p=k for j in range(i): print(' ', end=' ') for j in range(i,n-1): print(s[p],end=' ') p-=1 for j in range(n-4): print(s[4], end=' ') k-=1 print() Can you please provide the optimized code means only with 2 loops ? Thanks, looking for your early reply.😊
@cheris5868
@cheris5868 2 жыл бұрын
hello can you also make video about how to solve any hollow pattern in python? really love your explanation!
@SimplyCoding
@SimplyCoding 2 жыл бұрын
Sure we will work on it.
@SimplyCoding
@SimplyCoding 2 жыл бұрын
Hi. You can view the hollow pattern video in python here - kzfaq.info/get/bejne/n7WoeZiUqbytiqM.html
@basicwithprit3990
@basicwithprit3990 Жыл бұрын
Hello Ma'am, Decreasing pattern with starting character is same for n = 5 isn't giving correct output for all test cases. For ex: for n = 1 , it's giving 'E' Rather it should give 'A' Thanks in advance!
@DK-js8cz
@DK-js8cz 2 жыл бұрын
How to solve the double hill pattern? I am unable to solve the code by following the above class.
@soumyajitkar122
@soumyajitkar122 3 жыл бұрын
thank u
@English-English94
@English-English94 Ай бұрын
Mam your teaching is good but codes are not fitting on the screen then please show rest code also
@shailajajavvadhi2175
@shailajajavvadhi2175 Жыл бұрын
Hi , in reverse hill.........i got the shape correctly like reverse hill,but my doubt is i got output like * * * * * * * * *,.......i got like this ,but what i want is ...........* * * * * * * * * * * like this ... 1st 5 stars ,then 4 ,then 3,then 2 ,atlast 1.....but igot like 5 ,3,1 series what can ichange in this same logic
@myname1484
@myname1484 8 ай бұрын
Thank you ❤
@mouni-o-
@mouni-o- 2 жыл бұрын
For decrement order like abcdedcba by taking user input how to solve mam..😐
@vadderajamallidileep267
@vadderajamallidileep267 2 жыл бұрын
madam, your explanation is awesome it helps me a lot if you mind, can please make videos for pyramid patterns and different hollow patterns in python ! please ,madam can make it fast i am requesting you, madam
@SimplyCoding
@SimplyCoding 2 жыл бұрын
We are working on it and will upload soon
@SimplyCoding
@SimplyCoding 2 жыл бұрын
Hi. You can view the hollow pattern video in python here - kzfaq.info/get/bejne/n7WoeZiUqbytiqM.html
@vadderajamallidileep267
@vadderajamallidileep267 2 жыл бұрын
@@SimplyCoding Thanks for explanation for hollow patterns
@rayyanjb00
@rayyanjb00 Жыл бұрын
hello plz make a video on butterfly pattern using python..
@sarahtaylor985
@sarahtaylor985 2 жыл бұрын
Loved solving the patterns But is nt there any better alternative then writing these much bigger loops? A beginner 🎆
@SimplyCoding
@SimplyCoding 2 жыл бұрын
There is! but its easier this way if you are learning star, number + character pattern together as a beginner.
@sarahtaylor985
@sarahtaylor985 2 жыл бұрын
@@SimplyCoding would love an video on alternative as well Hope you will!!
@madhumitharajkumar4215
@madhumitharajkumar4215 Жыл бұрын
Thanks a ton!!
@alekhyamudigonda
@alekhyamudigonda Жыл бұрын
how to print a number triangle and hallow space
@madhumitharajkumar4215
@madhumitharajkumar4215 Жыл бұрын
can we write these programmes in while loop! if yes pls do videos out of it
@SimplyCoding
@SimplyCoding Жыл бұрын
There is a very simple method to convert any for loop to while and vice versa. You can see my video on for and while for it.
@madhumitharajkumar4215
@madhumitharajkumar4215 Жыл бұрын
@@SimplyCoding hollow pattern some problem is coming I am unable to identify!
@SimplyCoding
@SimplyCoding Жыл бұрын
You can send your code to info@simplycoding.in
@madhumitharajkumar4215
@madhumitharajkumar4215 Жыл бұрын
@@SimplyCoding Thanks a lot
@madhumitharajkumar4215
@madhumitharajkumar4215 Жыл бұрын
@@SimplyCoding I'll do!
@darksider8207
@darksider8207 2 жыл бұрын
Mam plz tell me code for butterfly
@gargacoustics7555
@gargacoustics7555 2 жыл бұрын
Can u plz share me links of your all python videos
@SimplyCoding
@SimplyCoding 2 жыл бұрын
Hi, You can watch the Python Playlist - kzfaq.info/sun/PLWWFf_h_MQRqgCdK-536AE7wy9GSO35cu
@gargacoustics7555
@gargacoustics7555 2 жыл бұрын
Thankyu so much
@AbhiShek-kw2un
@AbhiShek-kw2un 2 жыл бұрын
shall anyone pls tell the code for right sided solid half diamond
@SimplyCoding
@SimplyCoding 2 жыл бұрын
n = 5 for i in range(n-1): for j in range(i): print('*', end=' ') print() for i in range(n): for j in range(i, n-1): print('*', end=' ') print()
@AbhiShek-kw2un
@AbhiShek-kw2un 2 жыл бұрын
@@SimplyCoding tqu soo much mam
@sandeepkumartiwari8436
@sandeepkumartiwari8436 Ай бұрын
n=int(input()) ascii_value=65 z=1 for i in range(0,n): for j in range(n-i,0,-1): print(" ",end=" ") for j in range(0,z): print(chr(ascii_value),end=" ") z+=2 ascii_value+=1 print() #out put 5 A B B B C C C C C D D D D D D D E E E E E E E E E === Code Execution Successful ===
@nanduriraju9474
@nanduriraju9474 Жыл бұрын
hello Mam, how to print same pattern adjacent to the other one . thanks in advance
@SimplyCoding
@SimplyCoding Жыл бұрын
Can you give an example of pattern which you want to display?
@nanduriraju9474
@nanduriraju9474 Жыл бұрын
Yeah, for example I want to display a piramid(with full of stars as mentioned in previous vedios) one after the other upto n times
@SimplyCoding
@SimplyCoding Жыл бұрын
In that case you have to first make a proper rectangle pattern, means space in the end too and then put all j loops into another loop
@nanduriraju9474
@nanduriraju9474 Жыл бұрын
❤ thaks a lot I did it
@parasuramanraju8684
@parasuramanraju8684 8 ай бұрын
​@@nanduriraju9474pls snd the code
@shafinfarhan7853
@shafinfarhan7853 9 ай бұрын
how to print A A B A B B A B B B A B B B B
Handle any Python Text File Programs
10:56
Simply Coding
Рет қаралды 4,9 М.
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 929 М.
Unveiling my winning secret to defeating Maxim!😎| Free Fire Official
00:14
Garena Free Fire Global
Рет қаралды 11 МЛН
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 30 МЛН
The CUTEST flower girl on YouTube (2019-2024)
00:10
Hungry FAM
Рет қаралды 4,8 МЛН
How to solve Square and Hollow pattern programs in Python
17:29
Simply Coding
Рет қаралды 88 М.
Solve any Number Pattern program in Python
20:14
Simply Coding
Рет қаралды 208 М.
How to solve any Star Pattern Program
18:47
Simply Coding
Рет қаралды 1,1 МЛН
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,4 МЛН
Python Pattern Program - Printing Stars in Heart Shape
14:30
Amulya's Academy
Рет қаралды 591 М.
Python Pattern Program - Number Pattern (Printing Numbers in Pyramid Shape)
11:28
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 299 М.
Solve any square or hollow pattern in Java
17:15
Simply Coding
Рет қаралды 152 М.
String Pattern | Python Pattern Programs
19:48
Amulya's Academy
Рет қаралды 38 М.
Learn Python With This ONE Project!
55:04
Tech With Tim
Рет қаралды 1,7 МЛН
Unveiling my winning secret to defeating Maxim!😎| Free Fire Official
00:14
Garena Free Fire Global
Рет қаралды 11 МЛН