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

    2 days 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

    3 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. 3.7.13 Documentation - Python

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

  4. 5. The import system — Python 3.14.2 documentation

    5 days 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 …

  5. cmd — Support for line-oriented command interpreters

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

  6. What's New In Python 3.13 — Documentation Python 3.15.0a2

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

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

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

  8. tkinter.font — Tkinter font wrapper — Python 3.14.2 documentation

    3 days ago · Source code: Lib/tkinter/font.py The tkinter.font module provides the Font class for creating and using named fonts. The different font weights and slants are:

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

    5 days 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 …