Skip to content

fluentpython/jupyturtle2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jupyturtle

Python Turtle graphics for Jupyter notebooks

The idea and much of the code for this module was inspired by Tolga Atam's ColabTurtle, via Allen Downey's book Think Python, Third Edition (O'Reilly, 2024).

This is a rewrite from scratch, using classes to model the turtle and canvas—to make it easier to test, maintain and evolve by avoiding numerous global variables to keep program state.

About

Python Turtle graphics for Jupyter notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.9%
  • Python 16.1%