Data Structures Setup

Setup

Open your Terminal application and navigate to your ~/code/ga/lectures directory:

cd ~/code/ga/lectures

Make a new directory called python_data_structures, then enter this directory:

mkdir python_data_structures
cd python_data_structures

Once in this directory, create a data_structures.py file:

touch data_structures.py

With the file created, open the contents of the directory in VS Code:

code .