Tic Tac Toe Comprehensive Lesson

Here, you can find the lessons for creating the Tic Tac Toe game, including a review on how the game works + an intro on Jupyter Notebooks.

Jupyter Notebooks Intro

Intro to Jupyter

This lesson will introduce students to the important parts of a jupyter notebook: the frontmatter, markdown, and code cells.

Python Coding Lesson

Tic-Tac-Toe with Python

This lesson will teach students how to run the Python command line game and create a new one for your own needs.