About 97,800 results
Open links in new tab
  1. turtle — Turtle graphics — Python 3.14.2 documentation

    1 day ago · The turtle module makes this possible by exposing all its basic functionality as functions, available with from turtle import *. The turtle graphics tutorial covers this approach. …

  2. Program frameworks — Python 3.14.2 documentation

    4 days ago · Program frameworks ¶ This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation. cmd — Command Line …

  3. 24.5. turtle — Turtle graphics for Tk — Python 2.7.18 文档

    The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways. Because it uses Tkinter for the underlying graphics, it needs a version of …

  4. 3.12.3 Documentation

    We would like to show you a description here but the site won’t allow us.

  5. Python Documentation contents — Python 3.15.0a3 documentation

    Starting a turtle environment Basic drawing Pen control The turtle’s position Making algorithmic patterns How to… Get started as quickly as possible Automatically begin and end filling Use …

  6. IDLE — Python editor and shell — Python 3.15.0a3 documentation

    2 days ago · Run the turtledemo module with example Python code and turtle drawings. Additional help sources may be added here with the Configure IDLE dialog under the General …

  7. 3.10.19 Documentation - Python

    Python 3.10.19 documentation Welcome! This is the official documentation for Python 3.10.19. Parts of the documentation:

  8. cmd — Support for line-oriented command interpreters

    2 days ago · This section presents a simple example of how to build a shell around a few of the commands in the turtle module. Basic turtle commands such as forward() are added to a Cmd …

  9. The Python Language Reference — Python 3.14.2 documentation

    1 day ago · This reference manual describes the syntax and “core semantics” of the language. It is terse, but attempts to be exact and complete. The semantics of non-essential built-in object …

  10. The Python Tutorial — Python 3.12.12 documentation

    Mar 12, 2012 · The Python Tutorial ¶ Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented …