<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">Hi everyone, over the past 2 months Nathan, Nic and Jake of the Aspidites team have been working on IPython as a project for a 3rd year Computer Science course. Our goal was to add turtle functionality to IPython using an HTML canvas and Paper.js. We were able to meet our goal within the semester and we're quite happy with the result. There are some bugs and there's plenty of room for new features, but, we think it came out pretty nicely in the end so we would like to share it with you guys. Below you will find a link to our GitHub repository. Once you clone it to start it up just run "python -m IPython notebook" from the command line in the aspidites directory. Then start a new notebook with the following lines and you'll see our turtle.</span><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">
<div><br></div><div>from NewTurtle import Turtle</div><div>t = Turtle()</div><div>t.forward(100)</div><div><br><div>Some of the other turtle commands we have are:</div><div><br></div><div>backward()</div><div>right()</div>
<div>left()</div><div>circle()</div><div>penup()</div><div>pendown()</div><div>speed()</div><div>pencolor()</div><div><br></div><div>Here's the link to the repo, enjoy.</div><div><br></div><div><a href="https://github.com/macewanCMPT395/aspidites" target="_blank">https://github.com/macewanCMPT395/aspidites</a><br>
</div></div></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">--</div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">
<br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">The Aspidites Team</div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px"><br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">
Nathan Cairns</div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">Jake Bowering</div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">Nic Lefebvre</div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">
<br></div><div style="font-family:arial,sans-serif;font-size:13.333333969116211px">Grant MacEwan University </div></div>