About 214 results
Open links in new tab
  1. turtle — Turtle graphics — Python 3.13.3 documentation

    2 days ago · Give it the command turtle.right(25), and it rotates in-place 25 degrees clockwise. Turtle star Turtle can draw intricate shapes using programs that repeat simple moves. In …

  2. Program Frameworks — Python 3.13.3 documentation

    2 days ago · The modules described in this chapter are frameworks that will largely dictate the structure of your program. Currently the modules described here are all oriented toward writing …

  3. The Python Tutorial — Python 3.13.3 documentation

    2 days ago · Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming.

  4. Python Documentation contents — Python 3.13.3 documentation

    What’s New in Python- What’s New In Python 3.13- Summary – Release Highlights, New Features- A better interactive interpreter, Improved error messages, Free-threaded CPython, …

  5. The Python Standard Library — Python 3.13.3 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 …

  6. IDLE — Python editor and shell — Python 3.13.3 documentation

    2 days ago · 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 …

  7. Download — Python 3.13.3 documentation

    2 days ago · Download Python 3.13 Documentation Last updated on: May 18, 2025 (19:50 UTC). To download an archive containing all the documents for this version of Python in one of …

  8. colorsys — Conversions between color systems — Python 3.13.3 …

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

  9. tkinter — Python interface to Tcl/Tk — Python 3.13.3 documentation

    2 days ago · When your Python application uses a class in Tkinter, e.g., to create a widget, the tkinter module first assembles a Tcl/Tk command string. It passes that Tcl command string to …

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

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

Refresh