From 539009b2a92fd4ddbb83cbfb1e500dbfe4896557 Mon Sep 17 00:00:00 2001
From: Auke Klazema <klazema@astron.nl>
Date: Wed, 27 Oct 2021 11:25:55 +0200
Subject: [PATCH] Remove topic list

---
 IntroProgrammingInPython.ipynb | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/IntroProgrammingInPython.ipynb b/IntroProgrammingInPython.ipynb
index 270aefc..96e29ed 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",
-- 
GitLab