I read chapter 1 and some part of chapter 2, basically all were about procedures and data. Trying to implement some of these codes in python but at this time, writing a test along side it.
To run the test, use the commands,
python3 -m unittest discover test
or copy and past the above line into a file, run.sh
file and do sudo chmod +x run.sh
and execute, ./run.sh
By testing Python in Visual Studio Code
- Code for was taken from scheme-sicp-mit
- More about unittest from python.org and stackoverflow.com
- Visual Studio Code