Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

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

  1. imghdr — Determine the type of an image — Pytho...

    Source code: Lib/imghdr.py The imghdr module determines the type of image contained in a file or byte stream. The imghdr module defines the following function: The following image types are recogni...
    docs.python.org/3/library/imghdr.html
    Registered: Fri Apr 19 04:07:01 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  2. tempfile — Generate temporary files and directo...

    Source code: Lib/tempfile.py This module creates temporary files and directories. It works on all supported platforms. TemporaryFile, NamedTemporaryFile, TemporaryDirectory, and SpooledTemporaryFil...
    docs.python.org/3/library/tempfile.html
    Registered: Fri Apr 19 04:04:20 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 70.6K bytes
    - Viewed (0)
  3. email: Examples — Python 3.12.3 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.html
    Registered: Fri Apr 19 04:10:16 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 63K bytes
    - Viewed (0)
  4. Design and History FAQ — Python 3.12.3 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.html
    Registered: Fri Apr 19 04:10:25 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  5. Library and Extension FAQ — Python 3.12.3 docum...

    Contents: Library and Extension FAQ- General Library Questions- How do I find a module or application to perform task X?, Where is the math.py (socket.py, regex.py, etc.) source file?, How do I mak...
    docs.python.org/3/faq/library.html
    Registered: Fri Apr 19 04:01:46 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 87.6K bytes
    - Viewed (0)
  6. quopri — Encode and decode MIME quoted-printabl...

    Source code: Lib/quopri.py This module performs quoted-printable transport encoding and decoding, as defined in RFC 1521: “MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Spec...
    docs.python.org/3/library/quopri.html
    Registered: Fri Apr 19 04:01:55 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  7. What’s New in Python 2.4 — Python 3.12.3 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.html
    Registered: Fri Apr 19 04:10:34 UTC 2024
    - Last Modified: Thu Apr 18 21:08:32 UTC 2024
    - 170.1K bytes
    - Viewed (0)
  8. telnetlib — Telnet client — Python 3.12.3 docum...

    Source code: Lib/telnetlib.py The telnetlib module provides a Telnet class that implements the Telnet protocol. See RFC 854 for details about the protocol. In addition, it provides symbolic constan...
    docs.python.org/3/library/telnetlib.html
    Registered: Fri Apr 19 04:04:01 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  9. urllib.error — Exception classes raised by urll...

    Source code: Lib/urllib/error.py The urllib.error module defines the exception classes for exceptions raised by urllib.request. The base exception class is URLError. The following exceptions are ra...
    docs.python.org/3/library/urllib.error.html
    Registered: Fri Apr 19 04:01:16 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  10. plistlib — Generate and parse Apple .plist file...

    Source code: Lib/plistlib.py This module provides an interface for reading and writing the “property list” files used by Apple, primarily on macOS and iOS. This module supports both binary and XML ...
    docs.python.org/3/library/plistlib.html
    Registered: Fri Apr 19 04:01:37 UTC 2024
    - Last Modified: Thu Apr 18 21:08:33 UTC 2024
    - 32.6K bytes
    - Viewed (0)
Back to top