diff options
author | 2025-04-29 20:03:45 +0200 | |
---|---|---|
committer | 2025-04-29 20:03:45 +0200 | |
commit | e944f0ac3e6368f7ea4ef2839dfe1da50d6180a2 (patch) | |
tree | a0771533959d18abe9dba0b7cba4056ae5072cf0 | |
parent | Merge pull request #1506 from python-discord/sir-lancebot-python-313 (diff) | |
parent | Add missing semester course resource (diff) |
Merge pull request #1515 from python-discord/resource-missing-semester
Add missing semester course resource
-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 |