About 107,000 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. …

  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. 3.12.3 Documentation

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

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

  5. 3.15.0a3 Documentation - Python

    2 days ago · The official Python documentation.Python 3.15.0a3 documentation Welcome! This is the official documentation for Python 3.15.0a3. Documentation sections:

  6. os — Miscellaneous operating system interfaces — Python 3.10.19 ...

    This module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, see the os.path …

  7. IDLE — Python editor and shell — Python 3.12.12 documentation

    Mar 12, 2012 · 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 …

  8. tkinter.messagebox — Tkinter message prompts — Python 3.14.2 …

    2 days ago · The tkinter.messagebox module provides a template base class as well as a variety of convenience methods for commonly used configurations. The message boxes are modal …

  9. json — JSON encoder and decoder — Python 3.11.14 …

    Mar 11, 2014 · JSON (JavaScript Object Notation), specified by RFC 7159 (which obsoletes RFC 4627) and by ECMA-404, is a lightweight data interchange format inspired by JavaScript …

  10. argparse — Parser for command-line options, arguments and

    2 days ago · Note While argparse is the default recommended standard library module for implementing basic command line applications, authors with more exacting requirements for …