- Sort Score
- Num 10 results
- Language All
- Labels All
Results 271 - 280 of 438 for host:docs.python.org (0.03 seconds)
-
Integer Objects — Python 3.14.3 documentation
All integers are implemented as “long” integer objects of arbitrary size. On error, most PyLong_As* APIs return(return type)-1 which cannot be distinguished from a number. Use PyErr_Occurred() to d...docs.python.org/3/c-api/long.htmlFri Feb 06 03:23:27 GMT 2026 144K bytes -
Exception Handling — Python 3.14.3 documentation
The functions described in this chapter will let you handle and raise Python exceptions. It is important to understand some of the basics of Python exception handling. It works somewhat like the PO...docs.python.org/3/c-api/exceptions.htmlFri Feb 06 03:23:27 GMT 2026 271.6K bytes -
String conversion and formatting — Python 3.14....
Functions for number conversion and formatted string output. PyOS_snprintf() and PyOS_vsnprintf() wrap the Standard C library functions snprintf() and vsnprintf(). Their purpose is to guarantee con...docs.python.org/3/c-api/conversion.htmlFri Feb 06 03:23:27 GMT 2026 48.5K bytes -
xml.dom.pulldom — Support for building partial ...
Source code: Lib/xml/dom/pulldom.py The xml.dom.pulldom module provides a “pull parser” which can also be asked to produce DOM-accessible fragments of the document where necessary. The basic concep...docs.python.org/3/library/xml.dom.pulldom.htmlFri Feb 06 03:23:28 GMT 2026 33.2K bytes -
nntplib — NNTP protocol client — Python 3.14.3 ...
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. The last version of Python tha...docs.python.org/3/library/nntplib.htmlFri Feb 06 03:23:27 GMT 2026 14.9K bytes -
What’s New In Python 3.2 — Python 3.14.3 docume...
Author, Raymond Hettinger,. This article explains the new features in Python 3.2 as compared to 3.1. Python 3.2 was released on February 20, 2011. It focuses on a few highlights and gives a few exa...docs.python.org/3/whatsnew/3.2.htmlFri Feb 06 03:23:27 GMT 2026 331.4K bytes -
Built-in Types — Python 3.14.3 documentation
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...docs.python.org/3/library/stdtypes.htmlFri Feb 06 03:23:28 GMT 2026 755.6K bytes -
4. More Control Flow Tools — Python 3.14.3 docu...
As well as the while statement just introduced, Python uses a few more that we will encounter in this chapter. if Statements: Perhaps the most well-known statement type is the if statement. For exa...docs.python.org/3/tutorial/controlflow.htmlFri Feb 06 03:23:27 GMT 2026 136.8K bytes -
configparser — Configuration file parser — Pyth...
Source code: Lib/configparser.py This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows ...docs.python.org/3/library/configparser.htmlFri Feb 06 03:23:27 GMT 2026 177.3K bytes -
6. Modules — Python 3.14.3 documentation
If you quit from the Python interpreter and enter it again, the definitions you have made (functions and variables) are lost. Therefore, if you want to write a somewhat longer program, you are bett...docs.python.org/3/tutorial/modules.htmlFri Feb 06 03:23:27 GMT 2026 71.5K bytes