News

####Using python turtle graphics. Nothing fancy, just part of my learning process. Could be a useful teaching tool. The python script animates a rotating cicrle seen from the front (green) and side ...
We can also use turtle graphics to do math function plots. Here is an example of plotting a sine function with turtle goto() functions. We calculate the new vertical value with the following function: ...
[153Armstrong] did a short post on how easy it is to generate waveforms using Python. We agree it is simple, but actually, it isn’t so much Python per se, it is some pretty cool libraries ...