Objectives of the Episode

In this Episode, we learn how to write a first program for PyRat. In order to achieve this, we first introduce a few notions of graph theory, as well as some data structures to manipulate graphs in Python.

Articles to study before the Lab

Test your knowledge of this Episode!

Lab instructions

Follow this link for the Lab contents!

Work to do for the next episode

  • Finish the implementation of the program in Lab 2;
  • Study the articles of Episode 3.