YOUR NOT ONLY A VERY GOOD CODER, BUT ALSO A VERY CREATIVE PERSON. YOURS IS THE ONLY CHANNEL WHICH SHOWS SO MANY PATTERNS, SHAPES AND ALPHABETS . RESPECT...
Keep in mind that you're in many opinions more qualified than a prof at a Swedish university here .. even if the logic isn't credited to you with I'm not doubting but the way you explained it just went through so deep in the brain.. all support 🙌
Omgg its good teaching and cute voice... If you come to our class to teach then everyone become a python developer..away from that Truly its a good understandable...thank you
First off, the quality of this video's sound is very good compared to the first pattern video of yours that I watched. Thank you. 2nd, I loved the way you derived at the code pattern and Showing us how to come up with the logic for the IF statement. Kudo's to you.
🙇 Excellent, Ur explanation is superb, This we want from Online Tutors. There are some channels they will keep as for beginners but the explanation will be as for experienced people.
Great i have started my MS in Data Science and i was worried to cover lots of things in Python now after watching your video series i am no more worried but if i need to ask any question where i can ask or post here ? and please make Pandas and Numpy Scikit Learn Tutorials for Data Science
This is good to print 'a' shape of a very specific size. It would be better to pass an array to a print function where you had values of 0 & 1 and the print statement prints the 1's. This would allow to pass in any shape of any size and still get the desired output.
When my class teacher suggest me a python pattern and it look's similar to amulya's academy and i see a comment in that code video with his Account name then i came to know that ,yeah ne is also a subscriber..
Amazing Mam...within a few time you are explaining us in an outstanding way ...you are the Indian ej media channel! expecting more advanced and deep topics videos from you.
hi,i have a question ...in this program when we solving the ,,,0th row when you dividing 0/3 and 3/3 and 6/3,,,,,,,why are you using 3 for dividing the number you're explanation is so clear...i love it.... please solve the programs like linear ,binary,stack, pan grams,,,, in different pattern or formats.... and do more videos about python and python programming language.... please reply me .....for the above mentioned question.
Thankyou very much for this tutorial.but,iam getting ouput as **** *** ** ** ** * iam using Anaconda syder for practice..could you please suggest what to do..
@@SSantoshmjs its not about variable bro... its all about condition (if ,else) statements , calculations...! u can declare any variable name u want ....!
The point is its all about for loop now c there is 2 for loop one fa to take as a row and another one fa take as coloum ok first row FOR loop is row and sec col FOR loop for coloum
waaaaw wastav m mast logic hai problem solve karne k liye best way u difine...i mean your problem solving technic and problem explanation technic is awesome ..thanks you!!!!!!!!!!!
Hi there! I have already learned all the alphabet patterns but I don't know how to arrange them in one line. Can you tell me how to put them together linearly? Example: A B C....
Best way is you need to write down the pattern and write the condition that in which column and row you want star. For example if you want to print AF Then 1. write down the pattern , it should contain same number of rows. 2.check in which row and column you want star 3.write down the condition. example: for i in range(7): for j in range(10): if ((j==0 or j==4 or j==6) and i!=0) or (i==3 and (j!=5 and j!=10)) or (i==0 and ((j>0 and j6 and j
for i in range(5): for j in range(5): if ((j==0 or j==4) and (i!=0 and i!=3 and i!=4)) or ((i==0 or i==3) and (j==1 or j==3)) or ((i==1 or i==4) and j==2): print("*",end="") else: print(end=" " ) print()
@Amul are you kid? i dont't know. But you are a logical person.. I suggest you to solve programming problems at UVA online judge along side youtubing. There are lot to learn
for i in range(6): for j in range(7): if(i==0 and j%3!=0) or (i==1 and j%3==0) or (i-j == 2) or (i+j == 8): print("*") else: print(" ") print() it is not working
Python 3: for i in range(6): for j in range(7): if(i==0 and j%3!=0) or (i==1 and j%3==0) or (i-j == 2) or (i+j == 8): print("*",end ="") else: print(" ",end="") print() You didn't use end in print(). :)
@@AmulsAcademy Class A Def Reddy () Print ("a") Class B Def__init__() Print ("b") Ok in this I want constructor class a without creation How to call in class a
wow...firstly the quality of video is very good...and nice explanation mam.But i want how speech recognise works in python .Please make some tutorials about it mam.Anyway thank you mam............
YOUR NOT ONLY A VERY GOOD CODER, BUT ALSO A VERY CREATIVE PERSON. YOURS IS THE ONLY CHANNEL WHICH SHOWS SO MANY PATTERNS, SHAPES AND ALPHABETS . RESPECT...
You're the greatest tutor ever, you're highly appreciated for your great work. I thank you
Thank you 😊
Hi amulya what's ur age
Your voice is so sharp 😀 I can hear everything clearly
Thank you :)
Sharp (lol)
@@AmulsAcademy , can we print a love pattern by passing a dynamic number?
@@obularajuraj6087 yes I also want to know
awaj to kisi chote bachhe ki lg rhi h....
but...phir lg rha h ki koi ldki h.....confusion level 99.99%.
NICELY EXPLAIND....
In love with ur voice
Ur voice is sooo sweet
I'm learning python and ur voice encourages me to see ur tutorials
Absolutely perfect teaching for beginners
Thanks Amuls Academy
Pleasure :)
Keep in mind that you're in many opinions more qualified than a prof at a Swedish university here .. even if the logic isn't credited to you with I'm not doubting but the way you explained it just went through so deep in the brain.. all support 🙌
Your teaching power is too good and also your voice 🔥
Thank you :)
Omgg its good teaching and cute voice... If you come to our class to teach then everyone become a python developer..away from that Truly its a good understandable...thank you
You are explanation every point like teacher Or professor keep it up you are guru. It amazing teaching style and your voice..
Thank you :)
The logic is mind blowing
Hats off to you girl
Thank you :)
First off, the quality of this video's sound is very good compared to the first pattern video of yours that I watched. Thank you. 2nd, I loved the way you derived at the code pattern and Showing us how to come up with the logic for the IF statement. Kudo's to you.
Thank you:)
Maam no school teacher can teach like you ...... you are great maam thank you :-)
Legend.......🤩🤩🤩🤩
U helped me ...tq...mam
I wanna complain my teacher coz she doesnt knew abt patterns...
And she confuses students....also...
LOL
Wow!! you have earned my respect... this can even be taught to a 5 yr old !!! lots of love n respect :)
Thank you so much 😀
Amazing explanation ....if u were my teacher in my clg....at present I may be a good programmer... thank you so much ma'am....
🤣🤣🤣🤣👍
So what now u r
I am learning python. After many tries I have got the result. Thank you.
Great job!
Great explanation, Python is a adorable language i thing people can do anything by this, if only they are strong in logic.
Its not dependant on Python,
If you have strong logic you can achieve everything in C too
your voice is really crystal clear
Thank you :)
What a sweet voice.Awesome teaching.Hatsoff.
Thank you :)
I think you blessed with sweet voice
For the first time i did't skip this video coz of your voice..😍
Thank you so much 😀
🙇 Excellent, Ur explanation is superb, This we want from Online Tutors.
There are some channels they will keep as for beginners but the explanation will be as for experienced people.
Thank you so much :)
Your voice is magic😍as your logic. Easiest way of explanation. Thank you so much for clearing idea. This is very very helpful video 👌
Thank you😊
Have figured logic yourself or found any source.... I am struggling with dynamic programming stuff now... It was so suprising on the logic
Same question
this tutorial made pattern printing more easier and interesting than it looks and also ur voice is so sweet like a 5 yr old
A superb way to come to this logic, awesome explanation and awesome voice
Thank you :)
This is the best explanation till date
Thank you :)
the way she pronounces check as "chak", is love
Amazing explaination.. sorry for not identify this lectures these many days.. I really feel guilty about this
Thank you :)
Hello Amuls Team,
Great tutorial with this all the looping concepts are damm cleared.
Thank you :)
also very excellent .
Informative video.... I needed such a video for exams..... Thhank u 😁😁
Pleasure :)
Great i have started my MS in Data Science and i was worried to cover lots of things in Python now after watching your video series i am no more worried but if i need to ask any question where i can ask or post here ? and please make Pandas and Numpy Scikit Learn Tutorials for Data Science
Yes you can ask your queries here :)
Are u in germany
@@AmulsAcademy kindly make a program to find duplicate word in a sentence using big O Notation
I was not expecting this detailed of a video.. awesome!
Thank you :)
Your voice is so cute... Best...
Thank you :)
Hhhhhh bad guy.
vai number mangle to phir.
This is the best tutorial for learning python
Thank you :)
Way much better than the others truly, thanks 🔥
Thank you :)
Excellent Teaching. Any Telugu. Tutorial. Thank you. God Siva Blessings to you.
Thank you so much :)
No i don't know Telugu :)
@@AmulsAcademy i want to know that academy place please send ur ur acadamy location
I just love the way you explain....
Thank you:)
you are genious mam,what a lecture ,mtlb issue acha to python ke programme kisi me nhi samjhaya
Thank you:)
This is good to print 'a' shape of a very specific size. It would be better to pass an array to a print function where you had values of 0 & 1 and the print statement prints the 1's. This would allow to pass in any shape of any size and still get the desired output.
Ur voice is very clear, like ur program
Clear explanation of programming concepts, thanks
Pleasure :)
I instantly subscribed your channel after watching this video....wow what a clear explanation.....please teach us how to make website using python????
Nice explanation but here you did this by assuming the rows and columns values but what will we do in dynamic way
Thanks to amuls academy it's such a great way to learn pgming very easily👌
Thank you :)
Super logic to create heart that i cant even imagine
Thank you :)
you really explain better than other people i like so much how u explain in graphical form. thank u give us awsome example in very simple way.
When my class teacher suggest me a python pattern and it look's similar to amulya's academy and i see a comment in that code video with his Account name
then i came to know that ,yeah ne is also a subscriber..
Interesting! :)
Logic Building Concepts 💯❣️ .. THANKS A LOT . Love from Pakistan❣️
Good video.. 👌
You have excellent problem solving skills..
What is your profession other than youtube..
Thank you :)
I am a full time youtuber :)
@@AmulsAcademy Hi sir/ madam I tried this same code in my PC but the output is not in the heart shaped.. kindly pls help me
mam i compleat my python but i dont know how to i go for interview
because i have no college degree but i am expert in python django
@@aniruddhapatidar6342 hi bro pls help me with above query
@@aniruddhapatidar6342 do some project bro .
I am learning python programming this is very helpful to learn new things Thanks.
Great to hear!
Amazing Mam...within a few time you are explaining us in an outstanding way ...you are the Indian ej media channel! expecting more advanced and deep topics videos from you.
Thank you so much:)
Your voice is very nice 😊😊
Thanku so muchhh mam🥰
Pleasure :)
Very good explanation ........
what if we have to print heart inside a heart.
My name 😁
Gay
Your voice and explanation are very clarity 😊
Thanks a lot 😊
@@AmulsAcademy welcome😊💐
Superb explanation.. well I'm very impressed..
Thank you :)
Perfect Explanation & amazing voice👌
Thanks a lot 😊
very impressed with the video !
Smart way of problem solving skills.
Thank You ma'am gaaru !
ma'am plz post more and more pattern problems videos !
Thank you :)Sure :)
you are mad
Very nice programming 👌 👍 👏 Your voice is very clear
Thanks a lot : )
Nice work! Good explanation for beginners.
Welcome:)
Lovely explanaition 💯♥️ we want this kind of explanation from every online tutorials
Thank you :)
Thanks for the explanation 🙂
your teaching style is superb and the logic which are you applied is in simplified way that can help easy in learning.
When i hear your voice i just felt you are infront of me.
Hey Girl, Your Voice is Your Biggest Power...!
Superrr explanation 💥💓💥
Thank you :)
You give a good and crystal clear explanation mam. Its awesome
Thanks a lot 😊
Bro u speak check amazingly
hi,i have a question ...in this program
when we solving the ,,,0th row
when you dividing 0/3 and 3/3 and 6/3,,,,,,,why are you using 3 for dividing the number
you're explanation is so clear...i love it....
please solve the programs like linear ,binary,stack, pan grams,,,, in different pattern or formats....
and do more videos about python and python programming language....
please reply me .....for the above mentioned question.
Reply me
It is just a formula.
In row0 we don't want stars in col0 col3 col6
0 3 6 are the multiples of 3 so i took 3 for dividing numbers.
:)
Thank you so much for sharing your knowledge. 😘
Juzzzt ammmmmazing teaching.Hats off to you @Amulya's Academy
Очень всё хорошо объяснено и подробно разжёвано.
Wow, you made it so easy to understand. The online course that I am doing they do even explain it. Just codes. That's it
Thankyou very much for this tutorial.but,iam getting ouput as
****
***
**
**
**
*
iam using Anaconda syder for practice..could you please suggest what to do..
Please check else part, you need to print space there.
:)
Ok.. Yes got it thank you
Please share a insert I'd
This is very good,i hope permanent success for you
Thank you so much :)
Hiii
Can we make pattern without any loop and condition
I think yes
By using several times print function .
What do you say ?
YES:)
But how bro
level of logic is damn.... ❤❤❤
😊❤️
Mam but how will it take the variable as row and coulmn..
I didn't understood how the row variable is for the " Row"
And col is for "coulmn"
if you are talking about the variable name then you can take any name:)
Yeah i too has same doubt.
Not about variable mam,how python takes and understand row as row and col as column in prog
@@SSantoshmjs its not about variable bro...
its all about condition (if ,else) statements , calculations...! u can declare any variable name u want ....!
The point is its all about for loop now c there is 2 for loop one fa to take as a row and another one fa take as coloum ok first row FOR loop is row and sec col FOR loop for coloum
YOUR VOICE IS VERY CLEAR.
Beautiful concept behind the pattern.
waaaaw wastav m mast logic hai problem solve karne k liye best way u difine...i mean your problem solving technic and problem explanation technic is awesome ..thanks you!!!!!!!!!!!
Thank u mam
Hi there!
I have already learned all the alphabet patterns but I don't know how to arrange them in one line. Can you tell me how to put them together linearly?
Example: A B C....
Best way is you need to write down the pattern and write the condition that in which column and row you want star.
For example if you want to print AF
Then
1. write down the pattern , it should contain same number of rows.
2.check in which row and column you want star
3.write down the condition.
example:
for i in range(7):
for j in range(10):
if ((j==0 or j==4 or j==6) and i!=0) or (i==3 and (j!=5 and j!=10)) or (i==0 and ((j>0 and j6 and j
Site name pls
I like your teaching. And very good your voice
Thank you! 😃
for i in range(5):
for j in range(5):
if ((j==0 or j==4) and (i!=0 and i!=3 and i!=4)) or ((i==0 or i==3) and (j==1 or j==3)) or ((i==1 or i==4) and j==2):
print("*",end="")
else:
print(end=" " )
print()
Is it the a right condition mam?
Yes it will work.
but condition is little lengthy .if you can reduce them then reduce it.
:)
superbb
@Amul are you kid? i dont't know. But you are a logical person.. I suggest you to solve programming problems at UVA online judge along side youtubing. There are lot to learn
Thank you :)
Really awesome
Nice logic,now i feel python is quiet simple
Thank you :)
Nice mam ..... good art of teaching
Thank you :)
Worthy video and gaining good knowledge
Thank you :)
THANK YOU SO MUCH MAM
Really very very appreciating work and explanation too......
Thank u 🙂
Great way to explain Nested For.👍
I have been strugling with various patterns.
Keep up the good work.
Thank you :)
When Will you do a face reveal?
A big salute to the logic
for i in range(6):
for j in range(7):
if(i==0 and j%3!=0) or (i==1 and j%3==0) or (i-j == 2) or (i+j == 8):
print("*")
else:
print(" ")
print()
it is not working
Python 3:
for i in range(6):
for j in range(7):
if(i==0 and j%3!=0) or (i==1 and j%3==0) or (i-j == 2) or (i+j == 8):
print("*",end ="")
else:
print(" ",end="")
print()
You didn't use end in print().
:)
@@AmulsAcademy u r right
Yes not working
@@AmulsAcademy till also working
You are simply genius💥👏
I want program for .
Numbers counters into words
I am sorry i didn't get your question.
can you give me an example?
@@AmulsAcademy
Class A
Def Reddy ()
Print ("a")
Class B
Def__init__()
Print ("b")
Ok in this I want constructor class a without creation
How to call in class a
you want to print "a" without calling Reddy method?
I love it when u say paitan programming😊
awesome mam it worked
Thank you:)
wow...firstly the quality of video is very good...and nice explanation mam.But i want how speech recognise works in python .Please make some tutorials about it mam.Anyway thank you mam............
Thank you :)
I will try :)