01.01-getting started with memory management
01.02-are you ready to learn memory management
02.01-what is memory
02.02-why do we need to manage the memory
02.03-stack memory
02.04-heap memory
02.05-heap vs. stack memory
02.06-allocating memory
02.07-deallocating memory
02.08-garbage collection
02.09-actual removing or sweeping
03.01-the c way allocating memory
03.02-the c way deallocating and reallocating memory
03.03-the automagic way in modern languages
03.04-memory management in python
03.05-memory in python visualized
04.01-what are memory leaks
04.02-out of memory error
04.03-avoiding memory leaks
04.04-best practices with memory
05.01-next steps in memory management