CS50's Introduction to Programming with Python
- Introductory
×
注意!页面内容来自https://pll.harvard.edu/course/cs50s-introduction-programming-python,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页
functionsargumentsreturn values
variablestypes, exceptions
conditionalsBoolean expressions
loops
objectsmethods
file I/O, libraries
An introduction to programming using a language called Python. Learn how to read and write code as well as how to test and "debug" it. Designed for students with and without prior programming experience who'd like to learn Python specifically. Learn about functionsargumentsand return values (oh my!); variables and types; conditions and Boolean expressions; loops; and objects and methods. Plus exceptionsfile I/Oand libraries. Hands-on opportunities for lots of practice. Exercises inspired by real-world programming problems.