- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 425 for host:docs.python.org (0.04 sec)
-
Extending and Embedding the Python Interpreter ...
This document describes how to write modules in C or C++ to extend the Python interpreter with new modules. Those modules can not only define new functions but also new object types and their metho...docs.python.org/3/extending/index.htmlRegistered: Mon Aug 25 04:17:17 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 23.4K bytes - Viewed (0) -
What’s New In Python 3.5 — Python 3.13.7 docume...
Editors, Elvis Pranskevichus < elvis@magic.io>, Yury Selivanov < yury@magic.io>,. This article explains the new features in Python 3.5, compared to 3.4. Python 3.5 was released on Septe...docs.python.org/3/whatsnew/3.5.htmlRegistered: Mon Aug 25 04:17:23 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 322.2K bytes - Viewed (0) -
About this documentation — Python 3.13.7 docume...
Python’s documentation is generated from reStructuredText sources using Sphinx, a documentation generator originally created for Python and now maintained as an independent project. Development of ...docs.python.org/3/about.htmlRegistered: Mon Aug 25 04:16:51 UTC 2025 - Last Modified: Sun Aug 24 08:44:09 UTC 2025 - 14.8K bytes - Viewed (0) -
Reflection — Python 3.13.7 documentation
Navigation index modules | next | previous | Python » 3.13.7 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/reflection.htmlRegistered: Mon Aug 25 04:16:57 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 28.1K bytes - Viewed (0) -
ast — Abstract Syntax Trees — Python 3.13.7 doc...
Source code: Lib/ast.py The ast module helps Python applications to process trees of the Python abstract syntax grammar. The abstract syntax itself might change with each Python release; this modul...docs.python.org/3/library/ast.htmlRegistered: Mon Aug 25 03:46:22 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 340K bytes - Viewed (0) -
venv — Creation of virtual environments — Pytho...
Source code: Lib/venv/ The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories. A virtual en...docs.python.org/3/library/venv.htmlRegistered: Mon Aug 25 03:46:03 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 99.7K bytes - Viewed (0) -
trace — Trace or track Python statement executi...
Source code: Lib/trace.py The trace module allows you to trace program execution, generate annotated statement coverage listings, print caller/callee relationships and list functions executed durin...docs.python.org/3/library/trace.htmlRegistered: Mon Aug 25 03:44:44 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 42.9K bytes - Viewed (0) -
dis — Disassembler for Python bytecode — Python...
Source code: Lib/dis.py The dis module supports the analysis of CPython bytecode by disassembling it. The CPython bytecode which this module takes as an input is defined in the file Include/opcode....docs.python.org/3/library/dis.htmlRegistered: Mon Aug 25 03:47:30 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 209.9K bytes - Viewed (0) -
dataclasses — Data Classes — Python 3.13.7 docu...
Source code: Lib/dataclasses.py This module provides a decorator and functions for automatically adding generated special methods such as__init__() and__repr__() to user-defined classes. It was ori...docs.python.org/3/library/dataclasses.htmlRegistered: Mon Aug 25 03:47:01 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 126.8K bytes - Viewed (0) -
pickletools — Tools for pickle developers — Pyt...
Source code: Lib/pickletools.py This module contains various constants relating to the intimate details of the pickle module, some lengthy comments about the implementation, and a few useful functi...docs.python.org/3/library/pickletools.htmlRegistered: Mon Aug 25 03:45:35 UTC 2025 - Last Modified: Sun Aug 24 08:44:10 UTC 2025 - 26.1K bytes - Viewed (0)