Illustrating integers in binary, binary addition, and showing how multiplication is related to addition, as well as exponentiation to multiplication
#To Install: 1). Either download zip and unzip in target location or in target location type in terminal: "git clone https://github.com/FuzzLightyear/Basic-Math"
2). Go into folder and open terminal, or if still in terminal from above command, enter command: "cd Basic-Math"
3). Create Python Virtual Environment by typing: "python3 -m venv venv"
4). Set environment by typing: "source venv/bin/activate"
5). Install dependencies by typing: "pip install jupyter matplotlib numpy"
6). If step 5 doesn't work, install python via their website, your operating system's app store, or if on Debian Linux or Ubuntu, type: "sudo apt install python3 python3-pip" Then retry step 5