Skip to content

Session 9 - (2/18)

hackers-1

Icebreaker question

  • If you're on an outing, how many owls would you have to see before you got suspicious?

Learning objectives

In this session we will learn about 'scripting' which means creating executable python code that can be run at the command line, like other CLI programs. By the end of this session you will be more familiar with the following topics:

  • How to structure a python script
  • The __main__ keyword
  • Using argparse to read command line arguments
  • Logging script processes

Review and Discussion

Review homework assignments:

In class exercises

Assignments


hackers-1