Wrote a Blog Post
Wrote about Python
Wrote an article
+1
Published the latest article describing simulation of orbiting planets in a solar system using Python.

The article goes through the steps needed to simulate how bodies in a solar system move based on the gravitational force between the bodies.

Classes are defined which can then be used to create any solar system. An example of a binary star system is shown in the article along with a more classic single star system.

Hope you enjoy it. There's also a GitHub repo with the code (link in article)