|
Software
Technical Assignments in CS182
In CS182 there will be technical assignments that will require the
examination of program code. In cases where you need to
critically examine (and potentially write) code, we will provide the
program files in Python. Note that you will need to use Python version
3.6 or higher for the technical assignments in this class. Notably, do
NOT use Python 2.
For the assigments that involve inspecting/writing code, you will
need to use the PyCharm development environment, which is the
same development environment you likely used in CS106A (if you took that
class at Stanford).
- Instructions for installing PyCharm are available
here
(from the CS106A website).
|