About 50 results
Open links in new tab
  1. IDLE — Python editor and shell — Python 3.14.4 documentation

    1 day ago · For Python code, at the shell prompt or in an editor, these are keywords, builtin class and function names, names following class and def, strings, and comments.

  2. 8. Editors and IDEs — Python 3.14.4 documentation

    2 days ago · There are a number of IDEs that support Python programming language. Many editors and IDEs provide syntax highlighting, debugging tools, and PEP 8 checks. IDLE — Python editor and …

  3. Python Setup and Usage — Python 3.15.0a8 documentation

    4 days ago · Python Setup and Usage ¶ This part of the documentation is devoted to general information on the setup of the Python environment on different platforms, the invocation of the …

  4. 5. Using Python on macOS — Python 3.14.4 documentation

    IDLE — Python editor and shell is a basic editor and interpreter environment which is included with the standard distribution of Python. IDLE includes a Help menu that allows you to access Python …

  5. turtle — Turtle graphics — Python 3.14.4 documentation

    2 days ago · Source code: Lib/turtle.py Introduction: Turtle graphics is an implementation of the popular geometric drawing tools introduced in Logo, developed by Wally Feurzeig, Seymour Papert and …

  6. Graphical user interfaces with Tk — Python 3.14.4 documentation

    2 days ago · Graphical user interfaces with Tk ¶ Tk/Tcl has long been an integral part of Python. It provides a robust and platform independent windowing toolkit, that is available to Python …

  7. Glossary — Python 3.14.3 documentation

    Mar 25, 2026 · The ability of a computer program to perform multiple tasks at the same time. Python provides libraries for writing programs that make use of different forms of concurrency. asyncio is a …

  8. 7. Using Python on iOS — Python 3.14.4 documentation

    1 day ago · 7. Using Python on iOS ¶ Authors: Russell Keith-Magee (2024-03) Python on iOS is unlike Python on desktop platforms. On a desktop platform, Python is generally installed as a system …

  9. 24.6. IDLE — Python 2.7.18 文档

    Feb 7, 2018 · 24.6.1. 目录 ¶ IDLE has two main window types, the Shell window and the Editor window. It is possible to have multiple editor windows simultaneously. Output windows, such as used for Edit / …

  10. 2. Using the Python Interpreter — Python 3.14.4 documentation

    2 days ago · See Python install manager for other ways to launch Python. Typing an end-of-file character (Control - D on Unix, Control - Z on Windows) at the primary prompt causes the interpreter …