Tin mới
csv — CSV File Reading and Writing
shlex: Simple lexical analysis for Unix shell-like languages.
TOML is a well-specified format for application configuration files. It is specifically designed to be an improved version of INI.
json: Encode and decode the JSON format.
TOML is a well-specified format for application configuration files. It is specifically designed to be an improved version of INI.
collections.abc.MutableMapping
Mapping protocol access is a generic name for functionality that enables using custom objects as if they were dictionaries. In case of configparser, the mapping interface implementation is using the parser['section']['op
Changed in version 3.1: The default dict_type is collections.OrderedDict.