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

    2 days ago · Introduction ¶ Turtle graphics is an implementation of the popular geometric drawing tools introduced in Logo, developed by Wally Feurzeig, Seymour Papert and Cynthia Solomon …

  2. Program frameworks — Python 3.14.1 documentation

    2 days ago · Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License. See History and License for more information.

  3. The Python Standard Library — Python 3.14.2 documentation

    2 days ago · The library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as …

  4. cmd — Support for line-oriented command interpreters - Python

    2 days ago · The cmd module is mainly useful for building custom shells that let a user work with a program interactively. This section presents a simple example of how to build a shell around …

  5. Python Module Index — Python 3.14.2 documentation

    1 day ago · Python Module Index _ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | z

  6. Download — Python 3.14.2 documentation

    2 days ago · We no longer provide pre-built PDFs of the documentation. To build a PDF archive, follow the instructions in the Developer's Guide and run make dist-pdf in the Doc/ directory of a …

  7. 3.14.2 Documentation - Python

    2 days ago · Python 3.14.2 documentation Welcome! This is the official documentation for Python 3.14.2. Documentation sections: ... Indices, glossary, and search: ... Project information:

  8. tkinter — Python interface to Tcl/Tk — Python 3.14.2 documentation

    1 day ago · Tcl/Tk is not a single library but rather consists of a few distinct modules, each with separate functionality and its own official documentation. Python’s binary releases also ship an …

  9. 6. Modules — Python 3.14.1 documentation

    2 days ago · Such a file is called a module; definitions from a module can be imported into other modules or into the main module (the collection of variables that you have access to in a script …

  10. Graphical user interfaces with Tk — Python 3.14.2 documentation

    2 days ago · Tk/Tcl has long been an integral part of Python. It provides a robust and platform independent windowing toolkit, that is available to Python programmers using the tkinter …