Introduction to Python Programming
Python is an easy-to-learn but powerful coding language. It is a great place to begin for new programmers!
If you've never written code before, or, if you're coming to Python with some coding background, Mark's introduction to Python program is a great way to get started with this language. Python is used in finance, insurance, the web, and for big data and analysis. With Python skills, you'll be a more marketable digital professional.
-
Catching Exceptions
Errors occur during the file i/o process. In this video, you'll learn how to catch those errors and prevent further runtime issues.
-
Reading a File
In this video, you'll learn how to read a file from permanent storage and process it in Python.
-
Writing to a File
In this video, you'll learn how to write data to permanent storage in Python.
-
Working with CSV Files
CSV is a common text data storage format. You'll learn to read and write CSV files with Python in this video.
-
Congratulations and Goodbye
Mark summarizes what you've learned in the course and congratulates you on course completion.
-
Intro Lecture
Mark introduces himself and the course