mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-24 02:16:58 +08:00
24 lines
No EOL
1,001 B
Markdown
24 lines
No EOL
1,001 B
Markdown
# CS50P Introduction to Programming with Python
|
||
|
||
## 课程简介
|
||
|
||
- 所属大学:Harvard University
|
||
- 先修要求:无
|
||
- 编程语言:Python
|
||
- 课程难度:🌟🌟
|
||
- 预计学时:30-40 hours
|
||
|
||
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/)
|
||
|
||
## 资源汇总
|
||
|
||
@mancuoj 在学习这门课中用到的所有资源和作业实现都汇总在 [mancuoj/CS50P - GitHub](https://github.com/mancuoj/CS50P) 中。 |