Meet Tina the Turtle

Post on 29-Jun-2015

140 views 2 download

Tags:

description

Introduction to the Python Turtle platform. Includes an overview of the Python turtle Windows application, the Python turtle module and Trinket.io

Transcript of Meet Tina the Turtle

Meet Tina the Turtle

PRPIG

August 21, 2014

Copyleft (c)

Agenda

Turtle Python Application

Stand alone Python interpreter Turtle Module Trinket.io

Copyleft (c)

Python Turtle

Copyleft (c)

Python Turtle

“Provide the lowest-threshold way

to learn (or teach)

software development

in the Python

programming language.”

Copyleft (c)

Python Turtle Application

Windows Download Source Code in GitHub A full Python shell

Completely self-contained

Copyleft (c)

Python Turtle Module

pip install turtle import turtle Like Tk...

turtle opens a graphical window

Copyleft (c)

Turtle Examples

Copyleft (c)

Turtle Examples

Copyleft (c)

Trinket.io

Python inerpreter on a webpage Integrated IDE

Copyleft (c)

Trinket.io IDE

Copyleft (c)

Trinket.io

Python inerpreter on a webpage Integrated IDE

With Color Code Enhancing Turtle writes to embedded

graphical window

Copyleft (c)

Trinket.io Example

Copyleft (c)

Trinket.io

Python inerpreter on a webpage Integrated IDE

With Color Code Enhancing Turtle writes to embedded

graphical window

Copyleft (c)

Trinket.io With random

Copyleft (c)

Complete teaching platform

Introduction with PythonTurtle Advanced Python Programming Trinket.io to deliver examples and

assignments– Remixed solutions shared

on social media

Copyleft (c)

Trinkets

Copyleft (c)

Resources

pythonturtle.org/ docs.python.org/2/library/turtle.html Trinket.io code.google.com/p/python-turtle-demo/

Copyleft (c)

Copyleft (c)

EnjoyEnjoy!!

PRPIG