To make a new python environment: python -m venv name
(where 'name' is the name of your virtual environment)
Example is from this video: https://www.youtube.com/watch?v=bSXIbCZNBw0
To install all modules into your virtual environment: pip install pandas ipykernel scikit-learn
This is a basic demo of how you can separate variables to have a "true or false" result. This is incredibly important in a business sense because you want to be able to decipher things related to whether or not someone is going to buy your product or whether a product is good to display first.