How is memory managed by python? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How is memory managed by python?

🤔🤔

10th Oct 2020, 1:52 PM
Ummekulsum Shaikh Rafique
Ummekulsum Shaikh Rafique - avatar
2 Réponses
+ 1
I think. You don't have to manage memory manually in python. because it high level language
10th Oct 2020, 2:06 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
+ 1
In python, memory management is done by python memory manager so that the user does not have to do manual garbage collection.
10th Oct 2020, 4:02 PM
Arsenic
Arsenic - avatar