CS50P - Lecture 9 - Et Cetera

This is CS50P, CS50’s Introduction to Programming with Python. Enroll for free at Slides, source code, and more at Playlist at TABLE OF CONTENTS 00:00:00 - Introduction 00:00:24 - Et Cetera 00:01:45 - set 00:07:37 - global 00:23:40 - Constants 00:29:17 - Type Hints, mypy 00:47:38 - Docstrings 00:54:54 - argparse 01:10:22 - Unpacking 01:37:25 - map 01:46:37 - List Comprehensions 01:52:30 - filter 01:58:34 - Dictionary Comprehensions 02:05:20 - enumerate 02:08:09 - Generators, Iterators, yield 02:23:03 - Conclusion 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 or without prior programming experience who’d like to learn Python specifically. Learn about functions, arguments, and retu
Back to Top