Memory Diagrams in Python

preview_player
Показать описание

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

Go heels! Literally sitting in Davis right now and came upon this video haha

daveyutz
Автор

Thanks a lot, I have been learning Python with an online paying platform for one year and no one explained this. Always the basic and understand the background before to jump on frameworks and so

patricepreudhomme
Автор

I think this exactly what I was looking for!! I’m stuck on python it’s hard for me to describe it but it’s like I have this understanding of how the program works I have all the basics down like list strings int inputting flows of, if else, Boolean etc. slowly struggling with classes modules & objects but I know that they all coincide with each other like I have this picture or diagram that I can’t draw out from my mind that will help me better understand how this whole language and all languages on there own intertwines with itself, and would help me fully inner-stand. haven’t watched the video hope this is it tho.

_BYR
Автор

Can't belive i have found this golden content. Thanks Kris.

guneetmalhotra
Автор

One thing can be improved in the diagram is the value should be drawn on the heap, e.g. x = 4, x is on the stack where the 4 is on the heap

ryanyan
Автор

What a fantastic video. Its surprising that it is not higher in the results.

FaisalAkhtar
Автор

At first they sounded really intimidating but now I think it’s easy peasy thanks to you! :) I still have one question though, how do we put
if __name__ = “__main__”:
main()
in our memory diagram?

thile
Автор

I'm not understanding why we need to store function definition in heap, when all of work has to be done in stack memory???

wonderfulworld