Welcome to the Pet Shop! ๐Ÿ๐Ÿพ


If youโ€™re driving a Chromebook and/or a Kasm/Linux car, then these steps are for you:

If youโ€™re driving a MacOS, your instructions are further down.

Your customer wants a pet python snake! Here at the Pet Shop, you can pick it up for them! Hereโ€™s how:

First, in your Kasm workspace, open a new terminal window. Then, run these commands:

sudo apt update
sudo apt install -y python3 python3-pip
python3 --version
pip3 --version
# install packages later:
# pip3 install <package>

Great! Now you have picked up the python for your customer! Now, youโ€™ll need to check what type of python it is. In your terminal:

python --version
pip --version

You should have the latest python species. As of 2025, it is

Python 3.13.7
pip 25.2 from /opt/homebrew/lib/python3.13/site-packages/pip (python 3.13

Congrats! You picked up your customerโ€™s python. Head onto the next button now! ๐Ÿ๐Ÿพ

๐ŸŽ‰๐ŸŽ‰


If youโ€™re driving a MacOS car, then these steps are for you:


Your customer wants a pet python snake! Here at the Pet Shop, you can pick it up for them! Hereโ€™s how:

First, in your Kasm workspace, open a new terminal window. Then, run these commands:

brew install python
python3 --version
pip3 --version
# install packages later:
# pip3 install <package>

Great! Now you have picked up the python for your customer! Now, youโ€™ll need to check what type of python it is. In your terminal:

python --version
pip --version

You should have the latest python species. As of 2025, it is

Python 3.13.7
pip 25.2 from /opt/homebrew/lib/python3.13/site-packages/pip (python 3.13

Congrats! You picked up your customerโ€™s python. Head onto the next button now! ๐Ÿ๐Ÿพ

๐ŸŽ‰๐ŸŽ‰

Next Steps as a New Coder Background