Python List in Memory

preview_player
Показать описание
In this video, you'll learn how variables and arrays are placed in memory. Let's take a look under the hood :)

0:33 Variable in Memory
1:30 Array in Memory
2:42 O(1) Time Complexity
3:10 O(n) Time Complexity

Creator: Arash Rowshan

#Python #TimeComplexity

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

Great video brother
I would like to know when we create a function and inside that we are sending a list and than appending it and assigning it to a local variable, how would the changes happen in the memory ?
As i am learning python, i am a beginner so would love to know about it
And you it would bw better if you make a series on how things actually happens in the background for other data structures and provide some sources from where we can learn .
Thank you

xzelios
Автор

Hey great video! Am just learning to do some python for some algotrading but would love to see more on doing a more OO approach to programming vs the tons of procedural examples that web is flooded with.

Edwinning
Автор

Muchas gracias. Muy buen video. Podrias decirme que programa de edición utilizó para el video.

leonardopaez
Автор

Great content. Where can I get a monitor stand like yours?

igadget
Автор

Sir if we have


Lst=[2, 5, 3]
x=5
m=Lst[1]

Will here both the variables m and x point to same memory location???

arpanjena
Автор

Does Python list use sequential memory allocation? Kindly reply ASAP

mallikasrivastava
Автор

dude you didnt even mention how python lists are stored as PyObjects in memory which have metadata info and a pointer to another array in memory that stores the reference to the elements recursively. You drivelled on about time complexity of pop and push in a video about memory representation of a list in Python? I would like to know which company hired you lol

gena
join shbcf.ru