Hour 11. Using Files
What You’ll Learn in This Hour:
File types that Python can handle
How to open a file
Reading a file’s data
Writing data to a file
Storing strings, lists, dictionaries, and so on in memory is fine for small Python scripts. However, when writing large scripts, you need to store the data in files. In this hour, you will explore ...
Get Python Programming for Raspberry Pi, Sams Teach Yourself in 24 Hours now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.