codetoday-london / simulation-3d-solar-system-in-python-using-matplotlib

Simulation of a 3D Solar System in Python using Matplotlib
9 stars 3 forks source link

Simulating a 3D Solar System in Python using Matplotlib

This repo is linked to the article "Simulating a 3D Solar System In Python Using Matplotlib" on The Python Coding Book Blog.

It contains the final version of the code described in the article. You can run the scripts simple_solar_system.py and binary_star_system.py. The modules solar_system_3d.py and vectors.py contain the class definitions. For more detail, read the article linked above.