aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Janine vN <[email protected]>2025-04-28 17:39:35 -0400
committerGravatar Janine vN <[email protected]>2025-04-28 17:52:13 -0400
commite2f965c81dedfe40cd0ccadf74a38233a94821a3 (patch)
treea0771533959d18abe9dba0b7cba4056ae5072cf0
parentMerge pull request #1506 from python-discord/sir-lancebot-python-313 (diff)
Add missing semester course resource
-rw-r--r--pydis_site/apps/resources/resources/missing-semester.yaml15
1 files changed, 15 insertions, 0 deletions
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