CS50's Introduction to Programming with Python - May 2023
- Introductory
functions, arguments, return values
variables, types, exceptions
conditionals, Boolean expressions
loops
objects, methods
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 functions, arguments, and return values (oh my!); variables and types; conditions and Boolean expressions; loops; and objects and methods. Plus exceptions, file I/O, and libraries. Hands-on opportunities for lots of practice. Exercises inspired by real-world programming problems.