Engineering Python 08B: Memory Management and In-Place Parameter Modification

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

Welcome to Engineering Python. This is a Python programming course for engineers.

In this video, I'll try to use very simple terms to explain memory management and its application in modifying function parameters in-place.

The course materials are available on YouTube and GitHub.

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

Hi Guys, please comment and let me know what you think about this Engineering Python open course. If you enjoy the video, please subscribe and share with your friends. Thanks!

YongWang
Автор

Thanks. I'm wondering if you could go a bit deeper by explaining why it behaves like this and that. Might need to go down to the CPython interpreter level. Good tutorial nonetheless.

Levelworm
Автор

The examples are too elementary. Possibly, you can address why these operations are used and examples of such.

baruchba