Python & Turtle
  • Editor
  • Turtle
  • Shell
  • About

About Python & Turtle

Python & Turtle

  • Version 0.5.0
  • Copyright © 2018-2023 Andre Burgaud

What is Python & Turtle?

Python & Turtle is a Python playground allowing to interact with the Python programming language within your browser. It is intended to be used as a teaching and/or learning tool. It offers three environments:

  1. A Python editor with an output pane (text base),
  2. An environment allowing to interact with the Python Turtle module (graphical base),
  3. A classic Python interpreter (a.k.a. REPL or shell).

Licenses

Python & Turtle relies on several open source projects. Those projects are listed below with their respective licenses:

  • Brython (MIT License)
  • Split.js (MIT License)
  • UIKit (MIT License)
  • jQuery (MIT License)
  • jQuery LoadingOverlay (MIT License)
  • Ace Editor (BSD License)
  • Font Awesome (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, Code: MIT License)

Credits

In addition to the open source libraries used to power this web site, some code (e.g. Python Shell), was directly adapted from the Brython Project (code available under an MIT license). Big thanks to Pierre Quentel and other Brython contributors for their outstanding work on Brython.