From 01b8bef64a4753fed39d41381a31c727188b550b Mon Sep 17 00:00:00 2001 From: taylover2016 Date: Mon, 16 Jan 2023 16:12:50 +0800 Subject: [PATCH] Add Harvard CS50P(En) --- docs/编程入门/CS50P.en.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/编程入门/CS50P.en.md diff --git a/docs/编程入门/CS50P.en.md b/docs/编程入门/CS50P.en.md new file mode 100644 index 00000000..fea35f6b --- /dev/null +++ b/docs/编程入门/CS50P.en.md @@ -0,0 +1,20 @@ +# CS50P Introduction to Programming with Python + +## Descriptions + +- Offered by: Harvard University +- Prerequisites: No prerequisites +- Programming Languages: Python +- Difficulty: 🌟🌟 +- Class Hour: 30-40 hours + +One of the CS50 families, taught by David J. Malan. You'll learn how to program in Python and "Pythonic" ways to deal with everthing. The course also introduces libraries, code testing, and handling exceptions. + +No programming experiences are assumed. So it may be appropriate for anyone who wants to learn Python. + +## Course Resources + +- Course Website: [2022](https://cs50.harvard.edu/python/2022/) +- Recordings: [2022](https://www.bilibili.com/video/BV1z5411X7wX) +- Textbooks: No textbook required +- Assignments: [2022](https://cs50.harvard.edu/python/2022/)