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] shows simple formulae for sine waves, symmetric and asymmetric square waves, and a sawtooth wave, using generators provided by the SciPy package. The code is on GitHub and he also ...