From 14be32485bd7ee877b8288bec4598079c5590f66 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 22 May 2024 12:38:27 -0500 Subject: [PATCH] Drop construction emojis on PE101 and PE102 --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 79c80b8..dd863b5 100644 --- a/index.md +++ b/index.md @@ -13,8 +13,8 @@ This is the training overview: ## Theme 1: Programming Fundamentals - PE 100: [Python Programming and Jupyter notebooks][pe100] -- PE 101: [Using Python packages & libraries, Conda][pe101] 🚧 -- PE 102: [Numerical data analysis with Python][pe102] 🚧 +- PE 101: [Using Python packages & libraries, Conda][pe101] +- PE 102: [Numerical data analysis with Python][pe102] - PE 103: [Software version control][pe103-vcs], [testing][pe103-testing], and [debugging][pe103-debugging]