LE23: 18/01/2021
Master in Informatics and Computing Engineering
Programming Fundamentals
Instance: 2020/2021
—
Lecture #23 :: 18/01/2021
Goals
By the end of this class, the student should be able to:
Content
Files
About files [7.1]
Writing our first file [7.2]
Reading a file line-at-a-time [7.3]
Turning a file into a list of lines [7.4]
Reading the whole file at once [7.5]
An example [7.6]
Directories [7.7]
Fetching resources from the Web [7.8]
Bibliography
Peter Wentworth, Jeffrey Elkner, Allen B. Downey, and Chris Meyers,
How to Think Like a Computer Scientist — Learning with Python 3, Release 3rd Edition, 2020
[PDF] (Chapter 7)
Brad Miller and David Ranum, Learning with Python: Interactive Edition. Based on material by Jeffrey Elkner, Allen B. Downey, and Chris Meyers
[HTML] (Chapter 11)
Materials
J. Correia Lopes,
Study materials,
GitHub (Notebook 23)
-
-
Summary