- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 437 for host:docs.python.org (0.06 sec)
-
Boolean Objects — Python 3.14.0 documentation
Booleans in Python are implemented as a subclass of integers. There are only two booleans, Py_False and Py_True. As such, the normal creation and deletion functions don’t apply to booleans. The fol...docs.python.org/3/c-api/bool.htmlRegistered: Wed Nov 05 05:33:01 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 20K bytes - Viewed (0) -
Object Life Cycle — Python 3.14.0 documentation
This section explains how a type’s slots relate to each other throughout the life of an object. It is not intended to be a complete canonical reference for the slots; instead, refer to the slot-spe...docs.python.org/3/c-api/lifecycle.htmlRegistered: Wed Nov 05 05:38:26 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 60.9K bytes - Viewed (0) -
What’s New in Python 2.4 — Python 3.14.0 docume...
Author, A.M. Kuchling,. This article explains the new features in Python 2.4.1, released on March 30, 2005. Python 2.4 is a medium-sized release. It doesn’t introduce as many changes as the radical...docs.python.org/3/whatsnew/2.4.htmlRegistered: Wed Nov 05 05:38:32 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 171.4K bytes - Viewed (0) -
Functional Programming HOWTO — Python 3.14.0 do...
Author, A. M. Kuchling,, Release, 0.32,. In this document, we’ll take a tour of Python’s features suitable for implementing programs in a functional style. After an introduction to the concepts of ...docs.python.org/3/howto/functional.htmlRegistered: Wed Nov 05 05:38:35 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 164K bytes - Viewed (0) -
What’s New In Python 3.1 — Python 3.14.0 docume...
Author, Raymond Hettinger,. This article explains the new features in Python 3.1, compared to 3.0. Python 3.1 was released on June 27, 2009. PEP 372: Ordered Dictionaries: Regular Python dictionari...docs.python.org/3/whatsnew/3.1.htmlRegistered: Wed Nov 05 05:38:38 UTC 2025 - Last Modified: Wed Nov 05 00:18:35 UTC 2025 - 74K bytes - Viewed (0) -
email: Examples — Python 3.14.0 documentation
Here are a few examples of how to use the email package to read, write, and send simple email messages, as well as more complex MIME messages. First, let’s see how to create and send a simple text ...docs.python.org/3/library/email.examples.htmlRegistered: Wed Nov 05 05:38:50 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 64.6K bytes - Viewed (0) -
Design and History FAQ — Python 3.14.0 document...
Contents: Design and History FAQ- Why does Python use indentation for grouping of statements?, Why am I getting strange results with simple arithmetic operations?, Why are floating-point calculatio...docs.python.org/3/faq/design.htmlRegistered: Wed Nov 05 05:39:27 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 95K bytes - Viewed (0) -
Python on Windows FAQ — Python 3.14.0 documenta...
Contents: Python on Windows FAQ- How do I run a Python program under Windows?, How do I make Python scripts executable?, Why does Python sometimes take so long to start?, How do I make an executabl...docs.python.org/3/faq/windows.htmlRegistered: Wed Nov 05 05:39:59 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 38.3K bytes - Viewed (0) -
General Python FAQ — Python 3.14.0 documentation
Contents: General Python FAQ- General Information- What is Python?, What is the Python Software Foundation?, Are there copyright restrictions on the use of Python?, Why was Python created in the fi...docs.python.org/3/faq/general.htmlRegistered: Wed Nov 05 05:41:15 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 47.6K bytes - Viewed (0) -
Pending removal in Python 3.15 — Python 3.14.0 ...
The import system:- Setting__cached__ on a module while failing to set__spec__.cached is deprecated. In Python 3.15,__cached__ will cease to be set or take into consideration by the import system o...docs.python.org/3/deprecations/pending-removal-in-3.15.htmlRegistered: Wed Nov 05 05:40:44 UTC 2025 - Last Modified: Wed Nov 05 00:18:36 UTC 2025 - 25.5K bytes - Viewed (0)