$ sudo pip3 install -U jdcal astral geopy$ cd iot$ git pull$ cd lesson3$ python3 julian.py$ python3 date_example.py$ python3 datetime_example.py$ python3 time_example.py$ python3 sun.py 'New York'$ python3 moon.py$ python3 coordinates.py 'SC Williams Library'$ python3 address.py '40.7448397, -74.02531776875'$ python3 system_info.pyThe first part ran perfectly without any problems as seen above.
$ cd pypy$ gcc -o test test.c$ time ./test$ time pypy test.py$ time python test.py$ time python3 test.py$ pypy -m cProfile test.py$ python -m cProfile test.py$ python3 -m cProfile test.pyJust like the first part Lab E ran perfectly without any problems. In the screenshots above you can see the outputs of each command in the Terminal.
$ sudo apt install doxygen html2text$ mkdir demo$ cd demo$ cp ~/iot/lesson3/pyexample.py .$ doxygen -g doxygen.config$ nano doxygen.config$ doxygen doxygen.config$ cd html$ html2text annotated.html