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

    19 hours 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. It’s worth noting …

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

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

  4. cmd — Support for line-oriented command interpreters

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

  5. 5. The import system — Python 3.14.2 documentation

    1 day ago · 5.1. importlib ¶ The importlib module provides a rich API for interacting with the import system. For example importlib.import_module() provides a recommended, simpler API than built-in …

  6. colorsys — Conversions between color systems — Python 3.14.2 …

    1 day ago · Source code: Lib/colorsys.py The colorsys module defines bidirectional conversions of color values between colors expressed in the RGB (Red Green Blue) color space used in computer …

  7. 3.7.13 Documentation - Python

    Python 3.7.13 文档 欢迎!这里是 Python 3.7.13 的中文文档。 按章节浏览文档:

  8. 파이썬 표준 라이브러리 — Python 3.14.2 문서

    turtle — Turtle graphics 개발 도구 typing — Support for type hints pydoc — 설명서 생성과 온라인 도움말 시스템 파이썬 개발 모드 doctest — 대화형 파이썬 예제 테스트 unittest — 단위 테스트 프레임워크 …

  9. random — Generate pseudo-random numbers — Python 3.14.2 …

    1 day ago · Source code: Lib/random.py This module implements pseudo-random number generators for various distributions. For integers, there is uniform selection from a range. For sequences, there …

  10. What's New In Python 3.13 — Documentation Python 3.15.0a3

    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-104876.) typing ¶ …