Software Needed for the class
This course uses Python 3. While you may use any Python environment for your assignments and projects, the TA's will be grading using Python 3.8x on an Ubuntu machine. Some of these software resources might come in useful.
- The VirtualBox VM
- Getting Ubuntu 20.04 LTS
- Getting started with VirtualBox
- Standard Python is already installed on Ubuntu. If you need to, you can install Python
- To install additional libraries, we recommend using pip3. To install, on the ubuntu terminal, use the command:
sudo apt-get install python3-pip
- We will be running python from the terminal. If you wish to use an IDE, we recommendd Pycharm. It is avaiable for free with a JetBrains student license. If you install an IDe, please make sure your homewokr programs work as expected from a terminal before you turn them in.