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

    1 day 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 …

  2. Program frameworks — Python 3.14.2 documentation

    4 days ago · This page is licensed under the Python Software Foundation License Version 2. Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD …

  3. Cuprinsul Documentației Python — Python 3.14.2 documentație

    Why does Python use methods for some functionality (e.g. list.index ()) but functions for other (e.g. len (list))? Why is join () a string method instead of a list or tuple method?