About 81,500 results
Open links in new tab
  1. csv — CSV File Reading and Writing — Python 3.14.0 documentation

    2 days ago · The csv module implements classes to read and write tabular data in CSV format. It allows programmers to say, “write this data in the format preferred by Excel,” or “read data …

  2. zipfile — Work with ZIP archives — Python 3.14.0 documentation

    Open a ZIP file, where file can be a path to a file (a string), a file-like object or a path-like object. The mode parameter should be 'r' to read an existing file, 'w' to truncate and write a new file, …

  3. 13.1. csv — Lecture et écriture de fichiers CSV - Python

    Feb 7, 2018 · Le module csv implémente des classes pour lire et écrire des données tabulaires au format CSV. Il vous permet de dire « écris ces données dans le format préféré par Excel » ou …

  4. configparser — Configuration file parser — Python 3.14.0 …

    3 days ago · This is designed so that you can specify an iterable of potential configuration file locations (for example, the current directory, the user’s home directory, and some system-wide …

  5. File Formats — Python 3.14.0 documentation

    4 days ago · File Formats ¶ The modules described in this chapter parse various miscellaneous file formats that aren’t markup languages and are not related to e-mail.

  6. difflib — Helpers for computing deltas — Python 3.14.0 …

    3 days ago · This module provides classes and functions for comparing sequences. It can be used for example, for comparing files, and can produce information about file differences in …

  7. bz2 — Support for bzip2 compression — Python 3.14.0 …

    3 days ago · If filename is a str or bytes object, open the named file directly. Otherwise, filename should be a file object, which will be used to read or write the compressed data.

  8. The Python Standard Library — Python 3.15.0a1 documentation

    3 days ago · The library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as …

  9. tarfile — Read and write tar archive files - Python

    4 days ago · Aside from storing all required attributes of a file (like file type, size, time, permissions, owner etc.), it provides some useful methods to determine its type.

  10. filecmp — File and Directory Comparisons — Python 3.14.0 …

    2 days ago · Files are listed in errors if they don’t exist in one of the directories, the user lacks permission to read them or if the comparison could not be done for some other reason. The …