This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Thu Nov 10 22:24:38 2022 | |
@author: norm | |
Calculate the distance from Earth to Saturn. | |
Uses the Skyfield package and the Jet Propulsion Laboratory's DE440 | |
ephemeris to calculate the planets' distance from Earth at a specific point in | |
the future. The calculations are dumped to `stdout` as a CSV file. | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{'data': [{'url': 'https://www.pinterest.com/normcnorris/read-2017/', 'counts': {'pins': 37, 'collaborators': 0, 'followers': 73}, 'id': '21462604413414374', 'name': 'Read - 2017'}, {'url': 'https://www.pinterest.com/normcnorris/read-2015/', 'counts': {'pins': 50, 'collaborators': 0, 'followers': 74}, 'id': '21462604413315212', 'name': 'Read - 2015'}, {'url': 'https://www.pinterest.com/normcnorris/books-i-cant-quite-finish/', 'counts': {'pins': 13, 'collaborators': 0, 'followers': 74}, 'id': '21462604413359406', 'name': "Books I Can't Quite Finish"}, {'url': 'https://www.pinterest.com/normcnorris/read-2019/', 'counts': {'pins': 22, 'collaborators': 0, 'followers': 73}, 'id': '21462604413489616', 'name': 'Read - 2019'}, {'url': 'https://www.pinterest.com/normcnorris/read-2018/', 'counts': {'pins': 44, 'collaborators': 0, 'followers': 75}, 'id': '21462604413459601', 'name': 'Read - 2018'}, {'url': 'https://www.pinterest.com/normcnorris/cool-science-and-math/', 'counts': {'pins': 1, 'collaborators': 0, 'follower |