I know C++/C are very memory orientated with pointers and all that, but is Python? And I’m not saying I have problem with it; I, more or less, want to make a modification to it for my program’s design. I want to write a large program that use hundreds of classes and modules. But I’m afraid if I do this I’ll bog the application down, since I have no understanding of how Python handles memory management.
I know it is a vague question, but if somebody would link or point me in the right direction it would be greatly appreciated.