Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

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

  1. Byte Array Objects — Python 3.12.3 documentation

    Type check macros: Direct API functions: Macros: These macros trade safety for speed and they don’t check pointers.
    docs.python.org/3/c-api/bytearray.html
    Registered: Fri May 10 04:04:50 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  2. 10. Brief Tour of the Standard Library — Python...

    Operating System Interface: The os module provides dozens of functions for interacting with the operating system: Be sure to use the import os style instead of from os import *. This will keep os.o...
    docs.python.org/3/tutorial/stdlib.html
    Registered: Fri May 10 04:05:02 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 59.2K bytes
    - Viewed (0)
  3. tkinter.colorchooser — Color choosing dialog — ...

    Source code: Lib/tkinter/colorchooser.py The tkinter.colorchooser module provides the Chooser class as an interface to the native color picker dialog. Chooser implements a modal color choosing dial...
    docs.python.org/3/library/tkinter.colorchooser.html
    Registered: Fri May 10 04:03:58 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  4. asyncio — Asynchronous I/O — Python 3.12.3 docu...

    Hello World!: asyncio is a library to write concurrent code using the async/await syntax. asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance n...
    docs.python.org/3/library/asyncio.html
    Registered: Fri May 10 04:03:28 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  5. lzma — Compression using the LZMA algorithm — P...

    Source code: Lib/lzma.py This module provides classes and convenience functions for compressing and decompressing data using the LZMA compression algorithm. Also included is a file interface suppor...
    docs.python.org/3/library/lzma.html
    Registered: Fri May 10 04:11:25 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 72K bytes
    - Viewed (0)
  6. colorsys — Conversions between color systems — ...

    Source code: Lib/colorsys.py The colorsys module defines bidirectional conversions of color values between colors expressed in the RGB (Red Green Blue) color space used in computer monitors and thr...
    docs.python.org/3/library/colorsys.html
    Registered: Fri May 10 04:10:57 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  7. queue — A synchronized queue class — Python 3.1...

    Source code: Lib/queue.py The queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multip...
    docs.python.org/3/library/queue.html
    Registered: Fri May 10 04:08:48 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 48.7K bytes
    - Viewed (0)
  8. 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 May 10 04:08:53 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 73.3K bytes
    - Viewed (0)
  9. wave — Read and write WAV files — Python 3.12.3...

    Source code: Lib/wave.py The wave module provides a convenient interface to the Waveform Audio “WAVE” (or “WAV”) file format. Only uncompressed PCM encoded wave files are supported. The wave module...
    docs.python.org/3/library/wave.html
    Registered: Fri May 10 04:09:28 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  10. 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 May 10 04:10:25 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 25.3K bytes
    - Viewed (0)
Back to top