Skip to main content

Una aplicación española del módulo turtle.py de Python. A Spanish implementation of Python's turtle.py module.

Project description

Una aplicación española del módulo turtle.py de Python.

A Spanish implementation of Python’s turtle.py module. This removes the langauge-barrier for using Python’s Turtle for non-Engish students.

Only the names have been added. The functionality has not changed. This code:

>>> import tortuga
>>> t = tortuga.Tortuga()
>>> t.adelante(100)
>>> t.izquierda(90)
>>> t.color_de_lapiz('rojo')
>>> t.atras(50)

…produces the same output as this:

>>> import turtle
>>> t = turtle.Turtle()
>>> t.forward(100)
>>> t.left(90)
>>> t.pencolor('red')
>>> t.back(50)

The main wiki page for the Turtle Translation project is at https://github.com/asweigart/idle-reimagined/wiki/Turtle-Translations

A full Spanish-language tutorial is being written.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Tortuga-0.0.2.zip (39.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page