Dynamic Scope (Theory of Python)

preview_player
Показать описание
Although Python doesn't support dynamic scope, it is a concept you will use in Python. I talk about how it works and how to emulate it in this video. I also cover what it is used for.

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

If this material is unclear, I can remake this video. I'm not happy with it and I think it deserves explanation, particularly if you plan on ever learning a functional language.

jg
Автор

Hello, two questions. Does python have dynamic scope yet? I'm thinking it doesn't yet but not sure. My second question, what's the name of the song at the end of the video?

Thank you for the series.

Naz-yibs
Автор

It was a little confusing :(. I was unable neither grasp the idea nor follow the implementation. Could you please work a little on that? Maybe some diagrams would help? Or a little more comments during the example explanation? Sort of : "What if there were no dynamic declaration"

GhVost