Created a simulation in Python's graphics module (turtle) with classes of creatures and lights. Using basic object oriented programming concepts such as inheritance, I had creatures that were ...
Python Graphics Live Coding A real-time Python graphics programming environment where you write Python code in your browser that executes on the server. Your code controls a sprite on an HTML5 canvas ...