About 50 results
Open links in new tab
  1. json — JSON encoder and decoder — Python 3.13.3 documentation

    2 days ago · class json. JSONEncoder (*, skipkeys = False, ensure_ascii = True, check_circular = True, allow_nan = True, sort_keys = False, indent = None, separators = None, default = None) …

  2. dataclasses — Data Classes — Python 3.13.3 documentation

    1 day ago · class dataclasses. InitVar ¶ InitVar[T] type annotations describe variables that are init-only. Fields annotated with InitVar are considered pseudo-fields, and thus are neither returned …

  3. pickle — Python object serialization — Python 3.13.3 documentation

    3 days ago · JSON is interoperable and widely used outside of the Python ecosystem, while pickle is Python-specific; JSON, by default, can only represent a subset of the Python built-in types, …

  4. 18.2. json — Encodage et décodage JSON - Python

    Return the Python representation of s (a str or unicode instance containing a JSON document). raw_decode (s) ¶ Decode a JSON document from s (a str or unicode beginning with a JSON …

  5. copy — Shallow and deep copy operations — Python 3.13.3 …

    3 days ago · This module does not copy types like module, method, stack trace, stack frame, file, socket, window, or any similar types. It does “copy” functions and classes (shallow and …

  6. Logging Cookbook — Python 3.13.3 documentation

    webapp.json. A JSON configuration file for the web application. client.py. A Python script to exercise the web application

  7. The Python Tutorial — Python 3.13.3 documentation

    1 day ago · This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. It helps to have a Python interpreter handy for hands-on …

  8. io — Core tools for working with streams — Python 3.13.3 …

    3 days ago · I/O Base Classes¶ class io. IOBase ¶ The abstract base class for all I/O classes. This class provides empty abstract implementations for many methods that derived classes …

  9. configparser — Configuration file parser — Python 3.13.3 …

    3 days ago · This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows INI files. You …

  10. The Python Standard Library — Python 3.13.3 documentation

    1 day ago · While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is …