Environment Setup
It’s important to get a working environment setup before you begin the puzzles - otherwise you won’t be able to test your solutions! Luckily Python is pretty straightforward to get working.
Python Installation
Python installation will be different for everyone as it depends on your operating system, however as a general guide you can use the following steps:
- Visit the official Python website at python.org
- Navigate to the "Downloads" section.
- Choose the appropriate installer for your operating system (Windows, macOS, or Linux) and select a version of python that is 3.10 or greater.
- Download the installer and follow the instructions to complete the installation. If the installer asks if you’d like to install the pip package ...