mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-25 19:07:04 +08:00
20 lines
829 B
Markdown
20 lines
829 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/)
|