Classes Setup
Setup
Open your Terminal application and navigate to your ~/code/ga/lectures directory:
cd ~/code/ga/lectures
Make a new directory called python_classes, then enter this directory:
mkdir python_classes
cd python_classes
Once in this directory, create a classes.py file:
touch classes.py
With the file created, open the contents of the directory in VSCode:
code .