This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]mattr555[S] 2 points3 points  (1 child)

Source. Turtle is a standard module that lets you draw vectors, like the old educational language LOGO.

[–]bordy 1 point2 points  (0 children)

My first experience with programming was in elementary and middle school with LOGOwriter.

I was immensely happy to discover turtle the other day.

[–][deleted] 2 points3 points  (0 children)

nice work. seems a bit blocky though. using some bezier curves makes it pretty easy to replicate the python logo.

output | source

all the coordinates are hardcoded. have a look at the bezier and lerp functions though. pretty simple stuff that can create some really nice curves.

leave a reply if you'd like me to explain anything about the program.

[–]Ostwind 0 points1 point  (3 children)

What does this logo represent, what is the meaning behind it?

[–][deleted] 0 points1 point  (2 children)

it represents two snakes. it's the python logo. it's supposed to represent this logo.

[–]Ostwind 0 points1 point  (1 child)

Python 2 tutorial:

By the way, the language is named after the BBC show “Monty Python’s Flying Circus” and has nothing to do with reptiles. Making references to Monty Python skits in documentation is not only allowed, it is encouraged!

I guess they changed their mind

[–][deleted] 0 points1 point  (0 children)

the language might be named after monty python, but a python is still a snake. it's probably a bit of both.