From e2f965c81dedfe40cd0ccadf74a38233a94821a3 Mon Sep 17 00:00:00 2001 From: Janine vN Date: Mon, 28 Apr 2025 17:39:35 -0400 Subject: Add missing semester course resource --- pydis_site/apps/resources/resources/missing-semester.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pydis_site/apps/resources/resources/missing-semester.yaml diff --git a/pydis_site/apps/resources/resources/missing-semester.yaml b/pydis_site/apps/resources/resources/missing-semester.yaml new file mode 100644 index 00000000..b05d174c --- /dev/null +++ b/pydis_site/apps/resources/resources/missing-semester.yaml @@ -0,0 +1,15 @@ +description: This course covers the fundamental but often overlooked skills that programmers use everyday, + such as using the shell, the command-line environment, and using the modal text editors like vim. + The course structure allows you to focus on the topics you want to and skip ones you don't think are relevant. +name: The Missing Semester of Your CS Education +title_url: https://missing.csail.mit.edu/ +tags: + topics: + - general + - other + payment_tiers: + - free + difficulty: + - beginner + type: + - course -- cgit v1.2.3