cs-self-learning/docs/编程入门/Python/CS50P.md
Yinmin Zhong 4979ddabbe
[UPDATE] Reorganize the intro to programming section (#593)
* reorganize intro to programming

* nits

* nits
2024-04-14 00:55:13 +08:00

24 lines
No EOL
1,001 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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) 中。