Day 1 - Introduction to Python

Day 1 - Introduction to Python#

Day 1 Overview

In this session, we’ll learn about the Python programming language. We’ll see how we can use an interface in our web browser called the Jupyter Notebook to write and run Python code. We’ll also see how we can use Python to look for information in many text files at once.

At the end of this session, you should be able to answer the following questions:

Introduction to Python

  • What is the Python programming language, and what is it used for?

  • What is the syntax of the Python programming language?

File Parsing

  • How can I use Python to read text files?

  • How do I sort through all the information in a text file and extract particular pieces of information?

Debugging and Troubleshooting

  • How do I read a Python error message?

  • How do I fix a Python error message?