About 50 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

    2 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. IDLE — Python editor and shell — Python 3.15.0a5 documentation

    3 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 …

  5. Python Documentation contents — Python 3.14.2 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. The Python Tutorial — Python 3.13.11 documentation

    Mar 13, 2011 · 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 programming. …

  7. What’s New In Python 3.13 — Python 3.14.2 documentation

    1 day ago · turtle ¶ Remove the RawTurtle.settiltangle() method, deprecated in the documentation since Python 3.1 and at runtime since Python 3.11. (Contributed by Hugo van Kemenade in gh …

  8. Graphical user interfaces with Tk — Python 3.14.2 documentation

    1 day ago · 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 …

  9. Event Loop — Python 3.14.2 documentation

    Preface The event loop is the core of every asyncio application. Event loops run asynchronous tasks and callbacks, perform network IO operations, and run subprocesses. Application …

  10. zoneinfo — IANA time zone support — Python 3.14.2 …

    Source code: Lib/zoneinfo The zoneinfo module provides a concrete time zone implementation to support the IANA time zone database as originally specified in PEP 615. By default, zoneinfo …