Wrote a Blog Post
Wrote a simulation
Wrote code
Published a blog post
+2
Simulating the real world in Python helps understand both Python and the real world better.

In this week's blog post, I look at how to simulate a Bouncing Ball in Python, using the simple yet useful turtle module, and only the most basic of physics knowledge.