Presenting code for reading and writing files with python, based on the book:
https://www.manning.com/books/python-...
http://mng.bz/XNO6
Code from the video available here:
https://www.vitoshacademy.com/python-...
Discound code for all manning books (40%) is here:
watchcui40
Contents:
Introduction - 00:00
Read a file - 0:30
Using context manager - 5:00
Write to file - 17:35
Write list to a file - 20:45
Write list to a file correctly - 24:15
Appending to a file - 25:00