Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 11 - 20 of 118 for host:docs.python.org (0.02 sec)

  1. urllib.request — Extensible library for opening...

    Source code: Lib/urllib/request.py The urllib.request module defines functions and classes which help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirection...
    docs.python.org/3/library/urllib.request.html
    Registered: Fri May 31 02:48:35 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 217.7K bytes
    - Viewed (0)
  2. itertools — Functions creating iterators for ef...

    This module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. Each has been recast in a form suitable for Python. The module standardizes a core set...
    docs.python.org/3/library/itertools.html
    Registered: Fri May 31 02:48:38 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 154.4K bytes
    - Viewed (0)
  3. curses — Terminal handling for character-cell d...

    Source code: Lib/curses The curses module provides an interface to the curses library, the de-facto standard for portable advanced terminal handling. While curses is most widely used in the Unix en...
    docs.python.org/3/library/curses.html
    Registered: Fri May 31 02:47:23 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 273.2K bytes
    - Viewed (0)
  4. Module Objects — Python 3.12.3 documentation

    Initializing C modules: Modules objects are usually created from extension modules (shared libraries which export an initialization function), or compiled-in modules (where the initialization funct...
    docs.python.org/3/c-api/module.html
    Registered: Fri May 31 02:47:53 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 104.8K bytes
    - Viewed (0)
  5. Common Object Structures — Python 3.12.3 docume...

    There are a large number of structures which are used in the definition of object types for Python. This section describes these structures and how they are used. Base object types and macros: All ...
    docs.python.org/3/c-api/structures.html
    Registered: Fri May 31 02:46:57 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 112.7K bytes
    - Viewed (0)
  6. 3. Defining Extension Types: Assorted Topics — ...

    This section aims to give a quick fly-by on the various type methods you can implement and what they do. Here is the definition of PyTypeObject, with some fields only used in debug builds omitted: ...
    docs.python.org/3/extending/newtypes.html
    Registered: Fri May 31 02:58:52 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 99.1K bytes
    - Viewed (0)
  7. zipfile — Work with ZIP archives — Python 3.12....

    Source code: Lib/zipfile/ The ZIP file format is a common archive and compression standard. This module provides tools to create, read, write, append, and list a ZIP file. Any advanced use of this ...
    docs.python.org/3/library/zipfile.html
    Registered: Fri May 31 02:46:30 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 128.9K bytes
    - Viewed (1)
  8. 8. Compound statements — Python 3.12.3 document...

    Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...
    docs.python.org/3/reference/compound_stmts.html
    Registered: Fri May 31 02:45:36 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 206.9K bytes
    - Viewed (0)
  9. 4. More Control Flow Tools — Python 3.12.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.html
    Registered: Fri May 31 02:44:14 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 134.4K bytes
    - Viewed (0)
  10. codecs — Codec registry and base classes — Pyth...

    Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...
    docs.python.org/3/library/codecs.html
    Registered: Fri May 31 02:46:33 UTC 2024
    - Last Modified: Wed May 29 05:54:22 UTC 2024
    - 163.9K bytes
    - Viewed (0)
Back to top