Data Science Demo

About our Instructor:

RichHeadshot2021Rich moved from particle physics to data science when he left academia, and is excited to be joining his interests in data and programming with his love of teaching. In his spare time, he’s a fan of science, speculative fiction, board games, and hiking.

Join us for a live session with instructor Rich Ott who will discuss how to test your code with Pytest!
 

When we write code, we want to make sure it is working correctly.  This is particularly important when we’re collaborating and have multiple people working on the same code, or it is part of a larger system. To avoid errors cropping up, we will want to be able to easily test our code.

In this live webinar you’ll learn how to:
  • Create a small data processing program
  • Design tests to ensure it performs as expected
  • Use pytest so these tests can be run easily, or even automatically