Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.02 KB

PlanetSimulation

Planet_Simulation

Watch how our planets interact with one and other. This is a basic simulation of our solar system using physics and also displays current astronauts in space and their names by connecting to an API. These API'S are public so feel free to use them!

Installation

pip install requests
pip install pygame 

Imports

import pygame
import math
import requests

df

What I learned

  • Requests
  • Application of highshool physics
  • wheretheiss API
  • open-notify API

This project taught me how to implement some basic highschool physics learned with how large bodies interact with each other. I also learned how to work with a space API where I could fetch data on how many people are in space. I was also able to become more comfortable with Pythons "requests" module.