.. _python_memory_alloc: ============================================================= Allocating memory in Python ============================================================= See the example in :ref:`timings` for an illustration of how bad it can be to create a long list by repeatedly appending items to a empty list.