diff options
author | 2025-06-21 20:56:16 +0200 | |
---|---|---|
committer | 2025-06-21 20:56:16 +0200 | |
commit | 6d3ec2698e2c067600af8d6e9b741d4ade88766c (patch) | |
tree | 067288de1a1f02fc680f3b055047727d0d5bd458 /pydis_site/apps | |
parent | Merge pull request #1517 from python-discord/dependabot/pip/h11-0.16.0 (diff) | |
parent | Add CS50P to resources page (diff) |
Merge pull request #1516 from python-discord/resource-cs50
Add CS50P to resources page
Diffstat (limited to 'pydis_site/apps')
-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 |