diff options
author | 2025-04-28 17:39:35 -0400 | |
---|---|---|
committer | 2025-04-28 17:52:13 -0400 | |
commit | e2f965c81dedfe40cd0ccadf74a38233a94821a3 (patch) | |
tree | a0771533959d18abe9dba0b7cba4056ae5072cf0 /pydis_site/apps | |
parent | Merge pull request #1506 from python-discord/sir-lancebot-python-313 (diff) |
Add missing semester course resource
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/resources/resources/missing-semester.yaml | 15 |
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 |