Finding iss using python
Here I have created a small project using python. I have used library such as pandas and plotly.
It fetches the data by an API="http://api.open-notify.org/iss-now.json" every second. After that,with the help of panda,we read the json file.
And with the help of plotly we track the iss in the respective longitude and latitude.