diff options
author | 2025-04-28 18:23:01 -0400 | |
---|---|---|
committer | 2025-06-21 20:54:54 +0200 | |
commit | ac0f137ea08f0514acf6da0130a0ab225b9bafcf (patch) | |
tree | 40f99220e4cb10a58c2be4dfd97a2e7fe2ff3334 | |
parent | Merge pull request #1506 from python-discord/sir-lancebot-python-313 (diff) |
Add CS50P to resources page
-rw-r--r-- | pydis_site/apps/resources/resources/cs50P.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/cs50P.yaml b/pydis_site/apps/resources/resources/cs50P.yaml new file mode 100644 index 00000000..7924c7f8 --- /dev/null +++ b/pydis_site/apps/resources/resources/cs50P.yaml @@ -0,0 +1,24 @@ +description: Harvard has made their CS50 course, an Introduction to Programming with Python, + available for anyone to take for free. This self-paced course provides lectures to watch and + then problem sets to complete after. + <br/> + <br/> + Harvard also provides similar courses on related subject matter. + <ul> + <li><a href="https://cs50.harvard.edu/x">CS50X: Introduction to Computer Science</a></li> + <li><a href="https://cs50.harvard.edu/cybersecurity">CS50 for Cybersecurity</a></li> + <li><a href="https://cs50.harvard.edu/ai">CS50 for AI</a></li> + <li><a href="https://cs50.harvard.edu/sql">CS50 for SQL</a></li> + </ul> +name: "CS50P: Introduction to Programming with Python" +title_url: https://cs50.harvard.edu/python/2022/ +tags: + topics: + - general + payment_tiers: + - free + difficulty: + - beginner + type: + - course + - video |