Download - Meet Tina the Turtle

Transcript
Page 1: Meet Tina the Turtle

Meet Tina the Turtle

PRPIG

August 21, 2014

Page 2: Meet Tina the Turtle

Copyleft (c)

Agenda

Turtle Python Application

Stand alone Python interpreter Turtle Module Trinket.io

Page 3: Meet Tina the Turtle

Copyleft (c)

Python Turtle

Page 4: Meet Tina the Turtle

Copyleft (c)

Python Turtle

“Provide the lowest-threshold way

to learn (or teach)

software development

in the Python

programming language.”

Page 5: Meet Tina the Turtle

Copyleft (c)

Python Turtle Application

Windows Download Source Code in GitHub A full Python shell

Completely self-contained

Page 6: Meet Tina the Turtle

Copyleft (c)

Python Turtle Module

pip install turtle import turtle Like Tk...

turtle opens a graphical window

Page 7: Meet Tina the Turtle

Copyleft (c)

Turtle Examples

Page 8: Meet Tina the Turtle

Copyleft (c)

Turtle Examples

Page 9: Meet Tina the Turtle

Copyleft (c)

Trinket.io

Python inerpreter on a webpage Integrated IDE

Page 10: Meet Tina the Turtle

Copyleft (c)

Trinket.io IDE

Page 11: Meet Tina the Turtle

Copyleft (c)

Trinket.io

Python inerpreter on a webpage Integrated IDE

With Color Code Enhancing Turtle writes to embedded

graphical window

Page 12: Meet Tina the Turtle

Copyleft (c)

Trinket.io Example

Page 13: Meet Tina the Turtle

Copyleft (c)

Trinket.io

Python inerpreter on a webpage Integrated IDE

With Color Code Enhancing Turtle writes to embedded

graphical window

Page 14: Meet Tina the Turtle

Copyleft (c)

Trinket.io With random

Page 15: Meet Tina the Turtle

Copyleft (c)

Complete teaching platform

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

assignments– Remixed solutions shared

on social media

Page 16: Meet Tina the Turtle

Copyleft (c)

Trinkets

Page 17: Meet Tina the Turtle

Copyleft (c)

Resources

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

Page 18: Meet Tina the Turtle

Copyleft (c)

Page 19: Meet Tina the Turtle

Copyleft (c)

EnjoyEnjoy!!

PRPIG