- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 71 - 80 of 132 for host:docs.python.org (0.07 sec)
-
functools — Higher-order functions and operatio...
Source code: Lib/functools.py The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for t...docs.python.org/3/library/functools.htmlRegistered: Mon Oct 28 04:55:26 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 109.9K bytes - Viewed (0) -
turtle — Turtle graphics — Python 3.13.0 docume...
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 Cynthia Solo...docs.python.org/3/library/turtle.htmlRegistered: Mon Oct 28 04:59:08 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 333.5K bytes - Viewed (0) -
What’s New In Python 3.13 — Python 3.13.0 docum...
Editors, Adam Turner and Thomas Wouters,. This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 was released on October 7, 2024. For full details, see the changelog. ...docs.python.org/3/whatsnew/3.13.htmlRegistered: Mon Oct 28 05:06:25 UTC 2024 - Last Modified: Sun Oct 27 18:50:45 UTC 2024 - 433.7K bytes - Viewed (0) -
http.client — HTTP protocol client — Python 3.1...
Source code: Lib/http/client.py This module defines classes that implement the client side of the HTTP and HTTPS protocols. It is normally not used directly — the module urllib.request uses it to h...docs.python.org/3/library/http.client.htmlRegistered: Mon Oct 28 05:05:34 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 110.2K bytes - Viewed (0) -
operator — Standard operators as functions — Py...
Source code: Lib/operator.py The operator module exports a set of efficient functions corresponding to the intrinsic operators of Python. For example, operator.add(x, y) is equivalent to the expres...docs.python.org/3/library/operator.htmlRegistered: Mon Oct 28 04:50:58 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 141.6K bytes - Viewed (0) -
1. Command line and environment — Python 3.13.0...
The CPython interpreter scans the command line and the environment for various settings. CPython implementation detail: Other implementations’ command line schemes may differ. See Alternate Impleme...docs.python.org/3/using/cmdline.htmlRegistered: Mon Oct 28 04:49:54 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 143.1K bytes - Viewed (0) -
wsgiref — WSGI Utilities and Reference Implemen...
Source code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...docs.python.org/3/library/wsgiref.htmlRegistered: Mon Oct 28 04:52:11 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 141.7K bytes - Viewed (0) -
What’s New In Python 3.6 — Python 3.13.0 docume...
Editors, Elvis Pranskevichus < elvis@magic.io>, Yury Selivanov < yury@magic.io>,. This article explains the new features in Python 3.6, compared to 3.5. Python 3.6 was released on December 23, 2016...docs.python.org/3/whatsnew/3.6.htmlRegistered: Mon Oct 28 04:54:00 UTC 2024 - Last Modified: Sun Oct 27 18:50:45 UTC 2024 - 298.2K bytes - Viewed (0) -
socketserver — A framework for network servers ...
Source code: Lib/socketserver.py The socketserver module simplifies the task of writing network servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See We...docs.python.org/3/library/socketserver.htmlRegistered: Mon Oct 28 04:55:13 UTC 2024 - Last Modified: Sun Oct 27 18:50:46 UTC 2024 - 119.5K bytes - Viewed (0) -
Initialization, Finalization, and Threads — Pyt...
See Python Initialization Configuration for details on how to configure the interpreter prior to initialization. Before Python Initialization: In an application embedding Python, the Py_Initialize(...docs.python.org/3/c-api/init.htmlRegistered: Mon Oct 28 04:40:27 UTC 2024 - Last Modified: Sun Oct 27 18:50:45 UTC 2024 - 300K bytes - Viewed (0)