CS50P - Lecture 6 - File I/O

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 - File I/O 00:01:17 - lists 00:05:54 - open 00:13:55 - with 00:21:39 - sorted 00:29:31 - Comma-Separated Values 00:46:37 - Sort Keys 00:53:01 - Lambda Functions 00:57:13 - csv Library 01:02:17 - 01:07:49 - 01:14:05 - 01:16:28 - 01:23:00 - Images, PIL library 01:31:42 - 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 return value
Back to Top