To round out your introduction to programming with Python, in this course, you'll manage files and directories through code. You'll also perform basic exception handling to gracefully address issues in your code.
This is the third and final course in a multi-course Specialization.
All of the courses in this Specialization require that you use the provided virtual machine, which includes an installation of Python. The course setup instructions provided in the first course go into more detail about the hardware and software requirements.
Overview
Syllabus
- Writing Code to Process Files and Directories
- One of the most common functions in any program is the ability to access an operating system's file structure. This can give your application the power to use, process, and create external data as necessary. In Python®, these tools are universal and easy to implement across a wide variety of operating environments.
- Handling Exceptions
- Dealing with exceptions in Python® is a bit like life. With some foresight and careful planning, you can prevent some kinds of problems from happening. But other kinds of problems can't be prevented, and you must deal with them as they arise.
- Completing the Course
- You'll wrap things up and then validate what you've learned in this course by taking an assessment.
Taught by
Bill Rosenthal