Miniconda
Miniconda is a python environment manager. It allows you to switch between python
versions and keep your projects separated. Why is this important? Because snowflake
requires a specific version of python 3.11. If you are using python for anything else
you will usually want the most recent version or not be stuck to only 3.11. Installing
miniconda will allow you to work with 3.11 python and snowflake libraries.