Solve any character pattern in Python

  Рет қаралды 53,098

Simply Coding

Simply Coding

Күн бұрын

Пікірлер: 51
@adityaswarnakar5364
@adityaswarnakar5364 7 ай бұрын
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 7 ай бұрын
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
@rohanrohilla5019
@rohanrohilla5019 2 жыл бұрын
What a amazing video mam, I am glad you made this. I am really really blessed print("Thank you mam")
@kedardeshmukh1168
@kedardeshmukh1168 2 ай бұрын
really helpful and great explaination , Thanks
@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 - kzbin.info/www/bejne/n4Dbd2iZebt8kNE
@adityaswarnakar5364
@adityaswarnakar5364 7 ай бұрын
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.😊
@shreeshabennur7145
@shreeshabennur7145 3 жыл бұрын
Superb Explanation ma'am........
@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!
@soumyajitkar122
@soumyajitkar122 3 жыл бұрын
thank u
@DK-js8cz
@DK-js8cz 2 жыл бұрын
How to solve the double hill pattern? I am unable to solve the code by following the above class.
@myname1484
@myname1484 8 ай бұрын
Thank you ❤
@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
@mouni-o-
@mouni-o- 2 жыл бұрын
For decrement order like abcdedcba by taking user input how to solve mam..😐
@rayyanjb00
@rayyanjb00 Жыл бұрын
hello plz make a video on butterfly pattern using python..
@English-English94
@English-English94 2 ай бұрын
Mam your teaching is good but codes are not fitting on the screen then please show rest code also
@madhumitharajkumar4215
@madhumitharajkumar4215 Жыл бұрын
Thanks a ton!!
@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 - kzbin.info/www/bejne/n4Dbd2iZebt8kNE
@vadderajamallidileep267
@vadderajamallidileep267 2 жыл бұрын
@@SimplyCoding Thanks for explanation for hollow patterns
@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!!
@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 3 жыл бұрын
Can u plz share me links of your all python videos
@SimplyCoding
@SimplyCoding 3 жыл бұрын
Hi, You can watch the Python Playlist - kzbin.info/aero/PLWWFf_h_MQRqgCdK-536AE7wy9GSO35cu
@gargacoustics7555
@gargacoustics7555 3 жыл бұрын
Thankyu so much
@alfecanzo8205
@alfecanzo8205 5 күн бұрын
15:40
@sandeepkumartiwari8436
@sandeepkumartiwari8436 2 ай бұрын
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 ===
@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
@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
Рет қаралды 5 М.
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 958 М.
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 58 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 28 МЛН
Шок. Никокадо Авокадо похудел на 110 кг
00:44
My daughter is creative when it comes to eating food #funny #comedy #cute #baby#smart girl
00:17
How to solve Square and Hollow pattern programs in Python
17:29
Simply Coding
Рет қаралды 90 М.
8 patterns to solve 80% Leetcode problems
7:30
Sahil & Sarra
Рет қаралды 366 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 307 М.
Solve any Number Pattern program in Python
20:14
Simply Coding
Рет қаралды 215 М.
Python Pattern Program - Printing Stars in Heart Shape
14:30
Amulya's Academy
Рет қаралды 592 М.
How To Think Like A Programmer
1:00:07
Coding Tech
Рет қаралды 2 МЛН
Solve any Series Program in Python
20:15
Simply Coding
Рет қаралды 42 М.
"Clean" Code, Horrible Performance
22:41
Molly Rocket
Рет қаралды 888 М.
How to solve any Star Pattern Program
18:47
Simply Coding
Рет қаралды 1,1 МЛН
Solve String Programs in Java
14:37
Simply Coding
Рет қаралды 91 М.
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 58 МЛН