so happy that i found this channel . please my a complete algorithm series in python that will be very very helpful as not many resources available for algorithms in python
OHHHH....finally i got a best channel than other blaah blaah videos. Gr8 work Amulya. Being a faculty, I feel better than other channels who starts in ENGLISH and slowly moves into HINDI. Even though seems u r from North But your's more impressive and content is solid. TQ
youare talented teacher i have ever seen !!!! please dont stop .....come up with other math lecture...derivative ,integration....... to get more subscribe and view...your explanation is Amazing !!!!!!!!!!!!!!!!!!!!!
Mam plz make videos on machine learning tutorial ....data testing nd training ....then abt regressions nd decision trees .....ur explanation was very clr ...if u na I'll understand easily nd quickly...
It's really usefull but I have doubt on one thing.. can't I able to use for loop to get the input from user rather click push that is 1 again and again
Great ma'am you are always the best. Please, can you explain it with Object oriented programming concept. By using class function and calling class with object name = class function(). Thank you
stack = [] def push(): element = input("Enter the Element: ") stack.append(element) print(stack) def pop(): if not stack: print("Stack is Empty") else: e = stack.pop() print(f"Removed Element: ",e) print(stack) while True: print("Enter Your choice For push press - 1 For pop press - 2 To Quit this shit press - 0") choice = int(input()) if choice == 1: push() elif choice==2: pop() elif choice==0: break else: print("Invalid Input")
@@rashi2652you stupid if others call you as by any name like doggy,pig or idiotic fellow will you respond you have a amazing name as Rashi right!!! Like this only Rashi don't try to be intelligent because it doesn't seem intelligent😂.
stack = [] def push(): if len(stack)==n: print("stack is full") else: element = input("enter the element") stack.append(element) print(stack) def pop(): if not stack: print("stack is empty") else: e=stack.pop() print("deleted element",e) print(stack) n = int(input("enter limit of the stack")) while True: print("select 1.push 2.pop 3.quit") choice = int(input("enter choice")) if choice==1: push() elif choice==2: pop() elif choice==3: break else: print("not valid")
10 years back in college i never understood the concepts .Now i am clear seeing your videos.pls upload videos on tableau,sql,scipy.keep going...
Better than other sources om UA-cam..!! Thanks for your efforts!! 🎉✨
Really glad I came across this video. The simplest implementation of Stack i have ever seen and I could understand it so easily! Thank You
Thank you :)
❤
so happy that i found this channel . please my a complete algorithm series in python that will be very very helpful as not many resources available for algorithms in python
Thank you 😊
Will try ❤️
lets rock
@@AmulsAcademy Yes Please Complete Algorithm Series in Python it will be very helpful.
You are a born teacher. I wish i knew about you when i was struggling with programming
Amulya ....
Your tutorial is really awesome...
Big Fan of You❤️
Thank you 😊
OHHHH....finally i got a best channel than other blaah blaah videos. Gr8 work Amulya. Being a faculty, I feel better than other channels who starts in ENGLISH and slowly moves into HINDI. Even though seems u r from North But your's more impressive and content is solid. TQ
Ma'am Thank you so much Aapki Videos se maine bhut kuch sikha h...🤗🤗
Glad to hear That :)
congratulations mam u have reachedto 80 k in somes months u will get 1 million subs u teach the things wonderful
Thanks a lot :)
Thanks a lot, bro suggested it to my classmate, real hard work, vro salute
You cleared my all concept thanku so much ,linked list vedios are osm
Glad to hear that :)
Really helpful pls continue the series of that data structures in python and cover all topics of same
THank you madam for making such a help full video.May Allah keep you happy in your whole life and give you opportunityto make such helpfull video.
best programming channel
Thank you :)
Awesome mam! nicely taught understood in one go!
Glad to hear that :)
Wonderful explanation for those who studying the basics and ur voice is so sweet.
Thank you 😊
Can I know one thing why don't you use classes while implementing stack ...
she deserves better Views and Likes.... excellent explanation from you......
Thank you 😊
youare talented teacher i have ever seen !!!!
please dont stop .....come up with other math lecture...derivative ,integration.......
to get more subscribe and view...your explanation is Amazing !!!!!!!!!!!!!!!!!!!!!
are you going to solve some real-time projects and discuss interview question and do you have any plans for teaching machine learning??
I love your Video mam . Please video thoda jaldi dalo na for cover all Data Structure and algorithms.
I will try :)
Thanks, Amul, in love with you and your content
Thank you 😊
Really mam you're program was awesome !
hello which IDLE ur using here ?
please upload more vedios on data structure your teaching is awesome!!
Thank you, I will :)
@@AmulsAcademy please upload something I have redbus campus... Please
mam, do u take ani courses...or any other classes of python coding.....?
Please upload more such videos of stacks and queues...⚡
Sure :)
Thanks.. it helped me a lot.
Glad to hear that 😊
Great Work nice explanation and your voice is adorable
Thank you 😊
Jazak Allah madam ❤
Thank you maam your videos are amazing ❤
very well explained maam.and easiest way.plz provide link me of ur playlist of next topics plz plz.
Thank you 😊
Search for data structures by Amulya academy you will get it 😊
Mam plz make videos on machine learning tutorial ....data testing nd training ....then abt regressions nd decision trees .....ur explanation was very clr ...if u na I'll understand easily nd quickly...
Will try :)
Sounds good with "I am back"😁
Mam,can you make video on implementation of stacks without using list or modules(Basic Approach)?
Will try😊
@@AmulsAcademy 😊
Ma'am, Which version of python are you teaching ? Python 2 or 3?? Please sort out my query ma'am.. it mean alot to me..!!🥺🥺
Python 3 :)
In the book, the program for stack implementation is huge. If I write this in exam, will I get full marks?
No, just follow the program in the text book.
:)
It's really usefull but I have doubt on one thing.. can't I able to use for loop to get the input from user rather click push that is 1 again and again
is this only will come in exams from Stack chapter in reduced syllabus class 12?
I don’t know :)
Thanks for the great content
❤❤❤❤❤❤❤❤ easily understood
Why have we used pop_element() at 4:17 instead of just pop() ?
could be because pop is a keyword.
great and simple ... 🙂
Mam .How to delete middle element of stack...?
Thank you so much for information sir 🙏
mam ,please do videos on each question given in geeks for geeks it will be easy for us and do hash tables ,......
Will try 😊
overal the sries is great but why you did'nt taught the arrays in this series?
Please make videos on algorithms asked in interviews usinhlg python
I will try :)
Mam please explain how stack is different from list in python
Ok :)
can i get the pdf of the program?
I have a doubt what is the use of stack while we have list in python
Thanks mam 👍
Wow thanks
Mam please upload videos regularly
I will Try :)
can we give index of element in pop operation for stack like we can do in list?
In stack you need to remove element at the same end where you are entering.
Thank you mam ❤️
thank you!
Pls provide with presentation link
finally, I found what I actually want.
Nice
Thank you 😊
Fabulous
Thank you :)
Wonderful 😊 madam
Thanks a lot 😊
awesome
Great ma'am you are always the best. Please, can you explain it with Object oriented programming concept. By using class function and calling class with object name = class function(). Thank you
I will try :)
@@AmulsAcademy Thank you. You are the best
thanks
MAY I KNOW YOUR LINKEDIN MAM?
ohh your voice 🥰
Thank you 😊
You have a beautiful voice
but you don't talk about peek method,contains method, pointer, time complexity.if it is there it will be more useful..
How to fix __main__.myclass object at 0x0000
maza aa gya data structure are phobia khtm ho jayega yaha pe
Legend
Thank you 😊
Voice is 😊
true is not defined??
You need to write True not true :)
class Stack:
def __init__(self):
self.items = []
def isEmpty(self):
if not self.items:
return True
else:
return False
def push(self, item):
self.items.append(item)
def pop(self):
if self.isEmpty():
return None
else:
return self.items.pop()
def peek(self):
if self.isEmpty():
return None
else:
return self.items[-1]
stack = []
def push():
element = input("Enter the Element: ")
stack.append(element)
print(stack)
def pop():
if not stack:
print("Stack is Empty")
else:
e = stack.pop()
print(f"Removed Element: ",e)
print(stack)
while True:
print("Enter Your choice
For push press - 1
For pop press - 2
To Quit this shit press - 0")
choice = int(input())
if choice == 1:
push()
elif choice==2:
pop()
elif choice==0:
break
else:
print("Invalid Input")
Mam algorithm in python pls
Dear ma'am kindly send the source code of this program?😊
I have already start your tutorial😎
Don't say it == as 'equal to equal to'."Say it as is equal to "
Don’t tell others how to say and how to not, keep your suggestions to yourself please.
@@rashi2652you stupid if others call you as by any name like doggy,pig or idiotic fellow will you respond you have a amazing name as Rashi right!!! Like this only Rashi don't try to be intelligent because it doesn't seem intelligent😂.
Me voice anthena lekapothey kavalani style ga matladuthunnaara🤔🤔😅
stack = []
def push():
if len(stack)==n:
print("stack is full")
else:
element = input("enter the element")
stack.append(element)
print(stack)
def pop():
if not stack:
print("stack is empty")
else:
e=stack.pop()
print("deleted element",e)
print(stack)
n = int(input("enter limit of the stack"))
while True:
print("select 1.push 2.pop 3.quit")
choice = int(input("enter choice"))
if choice==1:
push()
elif choice==2:
pop()
elif choice==3:
break
else:
print("not valid")
Mam please upload videos immediately atleast 2 videos in a day
sorry but if we implement stack like this in an interview they will kick us out....lol
Immaculate! :-)
Any kv student
Oof this accent 😏
:)
or just use deque lol
Cutest and sexiest voice teaching python dsa❤