Solve any Star Pattern program in Python

preview_player
Показать описание
In this video we will learn how to write any star pattern program in Python

00:00 - Introduction
03:13 - Simple square star pattern in python
07:12 - Increasing triangle star pattern in python
08:51 - Decreasing triangle star pattern in python
10:15 - Different type of patterns in python
11:21 - Right sided triangle star pattern in python
14:11 - Right sided downward triangle star pattern in python
15:00 - Hill star pattern in python
16:01 - Reverse hill pattern in python
16:39 - Diamond star pattern in python

Рекомендации по теме
Комментарии
Автор

Elegant explanation! Seriously this is only video which explains the logic behind these programs. Thanks a ton.😇

gufran_nabeel
Автор

teaching the thought process behind the problem is far better than solving many number of you so much mam.

vegettoblue
Автор

No other video can explain nested for loops in such a lovely way. You made my concepts totally clear and i was seriously wondering for it in this middle of night.
Bundle of Thanks 💞👍 🙏

MianMithu
Автор

I am saying seriously your channel deserves a million subscribers.The animations and the explanation is just perfect.

techpiano
Автор

I think For decreasing triangle pattern we have to take range for inner loop as range(i, n-1) the code would be
n=5;
for i in range(n)
for j in range(i, n-1)
print('*', end=' ')
print()

kolliakhil
Автор

Excellent! I don't usually give comments on YouTube videos but this time I couldn't resist. You have taught me something I'll never forget. Now it makes me feel I know a bit more than others. Thank you.

souvikdey
Автор

You helped me to build logic in pattern printing. Kudos 👌 to you.

dimplekumargupta
Автор

Thanks a lot Ma'am, i can't believe that i am able to code after seeing couple of the patterns at the beginning of the video...made this concept very easy and understandable...superb video :)

deepikamanunarayan
Автор

Easily the best video ive seen to explain nested for loops...thank you!

nomdeplume
Автор

One of best tutorials i have ever watched 👏🏻👏🏻👏🏻 best 19 mins I spent ever on youtube thank you for making my concept clear as a whistle 🙏🏻
If the teacher is good the learning becomes fun

coc
Автор

I havent had such clear and crystal concept in loops until this video: Hats of !!

technolysys
Автор

Exceptional explanations.🥺
Have been struggling with patterns since the time I learnt my first programming language, 2 years back. This is the best and most clear video.
Thank you so much for this video.

code-heads
Автор

Thank you so much simply coding. you made pattern problems look so easier! what a simple and concise way of teaching.Really appreciate this effort!

RohithS-ighl
Автор

Mam, uh are real gem .I was struggling in this from the last 4-5 days but you make very easy to understand . I literally watch lots of videos and i tried to understand this concept but i didnt . But now i can do any type of python printing question because of you . Lots of respect to uh(Hands down 😍)

sahiljamwal
Автор

You explain these patterns logic in a very simple and efficient manner.
Thank you so much!!!

nitinpatle
Автор

i struggled a lot to understand this concept .u made it understand soooo easily ..Thanks a ton 🙏

deepikasrinivasas
Автор

I forgot how logic would work in nested loops. Then, I found this gem. Thanks!

jiteshkumar
Автор

Amazing Explanation..very few teachers have the right words to explain programming... you did it perfectly, thanks alot.

Misha-ymjq
Автор

It's the most comprehensive video I have ever watched on Patterns. It does not only provide code for how to draw different Patterns but also Provide critical Knowledge to draw creative Pattern.
Love from Pakistan

AITech
Автор

Thank you so much....this is the best video on pattern problems....since my PUC i haven't understood patterns properly....I was just mugging them up....no teacher in this world explained me this tricks....I wish I would have seen this before 5 years....anyways once again thank you so much for this incredible explanation....I just loved it

shaikayesha