List And Tuple | Data Structures | Python Tutorials

preview_player
Показать описание
In this Python Programming video tutorial you will learn about list and tuple data structures 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 .

List And Tuple:

#DataStructures #PythonPrograms

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

Don't know how I got this channel but it's really awesome in explanation . Easy to understand .
Thanks

sahil_more
Автор

Big thanks for your way of teaching...

skrish
Автор

excellent presentation and methodology

bhaskarmarri
Автор

Cara amica che gioia vederti oggi!! Eccoti un fiorellino
🌻

vampiriclion
Автор

List: It retains order of elements and it is used to store different data types are dynamic in nature
operations: indexing, sort, mutable(can modify it), del, append, pop
Tuples: It is immutable, stores different data structures, faster than the list.
Operation: indexing

owlsjkl
Автор

too good tecaher, highly teaching skills, a big thanks :)

thecoderoom
Автор

Your videos are too good great teacher!

Flash-qroh
Автор

Hi, Nice explanation Think you very much

SirajafridiSirajafridi-bbzt
Автор

Thank you mam for your excellent explanation

nareshdhonthisaram
Автор

Tomorrow is my exam 😁😁😁😂!!this is use full for me
Thank you ❣️

amerv
Автор

I just started watching this series but I can tell I'm going to learn a lot with a minimum of effort. 🙏

sola
Автор

Aptitude coding problem with there solutions .... which improves logical of coding
Also cracked the company apptitude coding round

poojapalekar
Автор

A small correction 5:40 tuples are immutable not mutable. Good explanation 👍

gopikrishna
Автор

Mam I haven't found a good teacher until you!

sibirajendran
Автор

What about hash tables ? Can you make video

welcomepopuri
Автор

Hello Amulya, i have a private question to ask you about a problem i am facing in a python script i am trying to write. how can i get your help on this?

neverstoplearning
Автор

Kindly make more videos on stack overflow concepts..

shaikmaksood
Автор

i love it when u say "chuuhck that" <3

authenticnigga
Автор

please to clear concept, give us some example from real life project, also clear us in real project how we use tuple Data, in which situation we use tuple as compare other data structure but tell us in real project, every video
we come across with as ( 'a', ' b', ' c ', 'd ') or ( 1, 2, 3, 4, 5 ), but even once in your lecture if you explain any project real time project we can make picture in mind, then it will easy to understand clearly every subject or topic otherwise we are empty .
With regard, hope you will consider it, Javaid Mahmood - Pakistan Lahore

jm-xvwh
Автор

Upload more videos on topics like linked list tree etc plzzz

nomadpj