Search code examples
pythonturtle-graphicspython-turtle

Is the turtle module in python just a learning tool


I'm a beginner/intermediate programmer and i've recently been introduced to the turtle module as part of my curriculum in learning to be a programmer. I've been making some pretty cool stuff with it, but i was just wondering how far can i really go with using the turtle module? Is it something professional developers use to build apps/software for clients, or is it just a learning tool for new programmers to help facilitate their learning and understanding of GUI before moving on to the more powerful frameworks?


Solution

  • I’ve personally never heard of anyone using turtle in the professional world but I looked at turtle documentation and found this:

    Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzeig, Seymour Papert and Cynthia Solomon in 1967.