CS 115 Lab 14 Setup

[Back to lab instructions]


Setup

  1. If the machine was on when you started using it, reboot it to MacOS.
  2. Follow these procedures to mount your cwolf home-directory on the local machine and create a PyCharm project (call it Lab14). You will use PyCharm in the next part, but, it is important that you set up your project now so that if you run into any issue, we can resolve them quickly.
  3. Right-click or control-click to download these 2 files into your default Python directory (C:\Python34 on Windows or Documents on a Mac):
  4. This lab builds on Lab 10, in which you built, sorted, and searched a list of cities. Copy your Lab 10 code, specifically lab10c.py, into the Lab14 directory and rename it to lab14b.py.