Using the Raspberry Pi I ran the following commands.
sudo pip3 install -U jdcal astral geopycd iotgit pullcd lesson3python3 julian.pypython3 date_example.pypython3 datetime_example.pypython3 time_example.pypython3 sun.py 'New York'python3 moon.pypython3 coordinates.py 'SC Williams Library'python3 address.py '40.7448397, -74.02531776875'python3 system_info.py The output can be found in the screenshots below.
Can not complete parts B-D because of the Corona-virus preventing us from getting necessary materials.
Part E: The following commands were run using the Raspberry Pi with pypy, python, and python 3.
cd pypygcc -o test test.ctime ./testtime pypy test.pytime python test.pytime python3 test.pypypy -m cProfile test.pypython -m cProfile test.pypython3 -m cProfile test.pyThe output of all these functions can be seen in the screenshots below.
Part F gave me issues accessing the demo file, I will update if I can find a solution.