On the tablet you do not have much memory available, so memory leaks will annoy the users very quickly.Python is a garbage-collected language (like Java or C#), so memory leaking is normally not an issue, but there are situations where you should be careful.Bindings to C librariesMany modules are bindings to C or C++ libraries, and memory leaking is unfortunately quite common in those languages, es