From 65cfeabb5718ef47dde95bfdf6023e8bb8e08276 Mon Sep 17 00:00:00 2001 From: Lucia Gordon Date: Mon, 20 Jan 2025 08:26:02 +0100 Subject: [PATCH] Standarized the learning objectives section (#324) Co-authored-by: Nicki Skafte Detlefsen --- s1_development_environment/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/s1_development_environment/README.md b/s1_development_environment/README.md index 5c3263ded..cf8e3e949 100644 --- a/s1_development_environment/README.md +++ b/s1_development_environment/README.md @@ -45,7 +45,7 @@ you check out [The Missing Semester of Your CS Education](https://missing.csail. The learning objectives of this session are: - * Understand the basics of the command line. - * Being able to create reproducible virtual environments. - * Able to use a modern editor for code development + * Understand the basics of the command line + * Be able to create reproducible virtual environments + * Be able to use a modern editor for code development * Write and run a Python program, implementing a simple deep-learning model