Intro to Python (AP CSP - PLTW)

After gaining experience in block programming languages, PLTW AP CSP shifts to Python for the rest of the course.  Python is one of the most popular programming languages today, and one used by many colleges and universities (including MIT!) for their introductory programming courses.

In this assignment, you’ll write a simple text version of Tic-Tac-Toe in Python according to these specifications.

The PLTW curriculum uses a professional package called Enthought Canopy with Python 2.7, but many schools have opted to use the cloud-based repl.it environment with Python 3, or the free Python open source download of either version.