AACC – Spring 2023 – CTS-233-400 – DEVASC 200-901: Lab 1.3.3 – Part #7 Python Programming Refresher

In this video, we continue our review and exploration of the Python programming language by looking at reading from and writing (appending) to text files on our host operating system. We then walk step-by-step through the lab challenge activity by creating our own inventory program of sorts that captures user input and appends it to our inventory file. I also compare and contrast the old-school ‘file open’ approach to the new-school ‘with open as’ approach to working with text files. Enjoy!

*These videos are being made for my AACC Spring 2023 CTS-233-400 learners to provide additional support for their learning journey.*