About 400 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. 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 …

  3. gzip — Support for gzip files — Python 3.14.0 documentation

    Open a gzip-compressed file in binary or text mode, returning a file object. The filename argument can be an actual filename (a str or bytes object), or an existing file object to read from or write to.

  4. 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, …

  5. configparser — Configuration file parser — Python 3.14.0 …

    1 day 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 …

  6. tempfile — Generate temporary files and directories - Python

    2 days ago · Files names used by this module include a string of random characters which allows those files to be securely created in shared temporary directories. To maintain backward …

  7. shutil — High-level file operations — Python 3.14.0 documentation

    Since Python 3.14, the defaults for both built-in formats (zip and tar files) will prevent the most dangerous of such security issues, but will not prevent all unintended behavior.

  8. File Formats — Python 3.14.0 documentation

    1 day 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.

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

    2 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 …

  10. The Python Standard Library — Python 3.15.0a1 documentation

    2 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 …