mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-25 02:46:57 +08:00
24 lines
No EOL
944 B
Markdown
24 lines
No EOL
944 B
Markdown
# 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/)
|
|
|
|
## Personal Resources
|
|
|
|
All the resources and assignments used by @mancuoj in this course are maintained in [mancuoj/CS50P - GitHub](https://github.com/mancuoj/CS50P). |