Implement Stack using Modules | Python Tutorials | Data Structures

preview_player
Показать описание
In this Python Programming video tutorial you will learn about stack data structure and how to implement it using module in detail.

Data structure is a way of storing and organising the data so that it can be accessed effectively.
In python we can categorise data structures in 2 ways built in data structures and user defined data structures.
Python offers 4 built in data structures list tuple set and dictionary.
And we can implement stack queue linked list tree and graph which are called as user defined data structures .

We can implement stack using list or modules in python. Here we will learn how to implement stack using module in detail.

#DataStructures #PythonPrograms

For more free tutorials on computer programming
Рекомендации по теме
Комментарии
Автор

Loving Python coz of Thankyou so much for explaining so clearly and to its Worth watching all of ur videos.... ❤❤

dimpleshah
Автор

hi Sis, these are really worth videos thanks a lot for sharing the content .
Guys who are reading the comment and really want to learn Data Strucures in Python, here is the Amulya Sis who always explained in a laymen terminology so that everyone understands.

And one small request guys, since this sister is doing this much for us, pls donot skip the adds, just watch fully, pls donot skip, so that our sister will get the income. This is the least way we can help her.

Thanks SIS

meghanathreddy
Автор

If you increase the frequency of ur making video's and create a playlist on full data structure and algo with python.It'll be very beneficial for us.Love your lecture:)

kironpaul
Автор

Amazing teaching method bless u with more knowledge and power to serve

datascience
Автор

i am from Egypt and your lecture is the best thing i watched thank you

midokhodairy
Автор

Oh my god there no course in Udemy also useful Infront of you thanks a lot for making Dsa with python and i hope you deserve mote than you can afford in life keep going love from heart

Lovingmine
Автор

meeku naa hrudayapurvaka dhanyavaadalu

prudhviraj
Автор

Thank you so much for crisp clear explanation.easy to understand.
🙏

jyotibhoite
Автор

Very good teacher...I understood everything💪🏽

PastAfrica
Автор

Nice explanation mam continue the series and add 2 to 3 videos per week

fayazmuhammad
Автор

Awesome, completely understand python code in 1st time.

piyushkayastha
Автор

Hi, am very thankful you for stacks in easy way but it is very much time to write down the notes whatever your are teaching, can you add any material in description box.so that it is useful to us .

gajjadatinku
Автор

Nice video I can easily understand pls upload more videos on data structures in python

dineshpandiyan
Автор

mam in above queue module program while running it showed me the address ?? why it is not showin the output

revanth_richards
Автор

Please make videos on algorithms asked in interviews usinhlg python

_kartikaswal
Автор

Iam searching for this...thank you so much😊 iam going to subscribe your channel..

unique_ruler_memes
Автор

Mam, if stack Works in lifo order, then why you mentioned lifo and fifo both handled by stack in the last video?
Pls, help

Aryansingh-fkhy
Автор

While using LifoQueue, ,how we can see the top element of the stack, By indexing it is not working because LifoQueue is not subscriptable.

pythonleads
Автор

Ma'am, i am not able to implement Queue module usking LifoQueue class, while adding an element using put(), it is showing "just a object with address but not creating a stack!!.Is the problem associated with the versonof python i am using.

Aryansingh-fkhy
Автор

without queue module how can limit the i mean how can i limit the time in List or Dequeue

prasadmuthyala