diff --git a/IntroProgrammingInPython.ipynb b/IntroProgrammingInPython.ipynb
index 270aefc560ea36056318d05e8654ccb9d9a2a9a9..96e29ed8a98111a08ac575eaafd9af95316b483b 100644
--- a/IntroProgrammingInPython.ipynb
+++ b/IntroProgrammingInPython.ipynb
@@ -236,28 +236,6 @@
     "Try to break your program in more ways."
    ]
   },
-  {
-   "cell_type": "markdown",
-   "id": "0823895a-f753-44b2-8f0b-e24b63c3545f",
-   "metadata": {},
-   "source": [
-    "    Programming introduction\n",
-    "    Programming languages\n",
-    "    Installing Python 3\n",
-    "    Python 3 introduction\n",
-    "    Finding documentation\n",
-    "    Your first program\n",
-    "    Your first bug\n",
-    "    Functions\n",
-    "    Variables\n",
-    "    Numbers and strings\n",
-    "    Basic math\n",
-    "    Data types (lists, dictionaries, sets, tuples, etc)\n",
-    "    Flow control\n",
-    "    Abstraction\n",
-    "    How to solve problems with programming"
-   ]
-  },
   {
    "cell_type": "markdown",
    "id": "2d5d509d-2735-4ff0-9417-d2969f991958",