How to use shelve to save Python objects to disk

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 2

  • @bobsalita3417
    @bobsalita3417 4 місяці тому

    pip install -U shelve
    ERROR: Could not find a version that satisfies the requirement shelve (from versions: none)
    ERROR: No matching distribution found for shelve

    • @mikufd
      @mikufd 4 місяці тому +1

      It's part of the standard library, bro. You don't need to pip install anything.