mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 09:58:12 +08:00
Add Harvard CS50P
This commit is contained in:
parent
14c56b2392
commit
11e449190a
1 changed files with 28 additions and 0 deletions
28
docs/编程入门/CS50P.md
Normal file
28
docs/编程入门/CS50P.md
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
# CS50P Introduction to Programming with Python
|
||||||
|
|
||||||
|
## 课程简介
|
||||||
|
|
||||||
|
- 所属大学:Harvard University
|
||||||
|
- 先修要求:无
|
||||||
|
- 编程语言:Python
|
||||||
|
- 课程难度:🌟🌟
|
||||||
|
- 预计学时:30-40 hours
|
||||||
|
|
||||||
|
<!-- 用一两段话介绍这门课程,内容包括但不限于:
|
||||||
|
(1)课程覆盖的知识点范围
|
||||||
|
(2)与同类课程相比它的优势与特点
|
||||||
|
(3)学习这门课程的体验与感受
|
||||||
|
(4)自学这门课的注意点(踩过的坑、难度预警等等)
|
||||||
|
(5)... ...
|
||||||
|
-->
|
||||||
|
|
||||||
|
CS50的番外篇,依旧由David J. Malan授课。在该课程中你将学会Python的基础与进阶语法,以及各种“Pythonic”的编程方法。此外对于Python特色的代码库、代码测试以及错误处理,该课程也会较为深入地探究。
|
||||||
|
|
||||||
|
该课程无需任何编程基础,且相对平易近人。适合所有想要快速入门Python语言的各阶段学生。
|
||||||
|
|
||||||
|
## 课程资源
|
||||||
|
|
||||||
|
- 课程网站:[2022](https://cs50.harvard.edu/python/2022/)
|
||||||
|
- 课程视频:[2022](https://www.bilibili.com/video/BV1z5411X7wX)
|
||||||
|
- 课程教材:无
|
||||||
|
- 课程作业:[2022](https://cs50.harvard.edu/python/2022/)
|
||||||
Loading…
Reference in a new issue