Glob Module: File Searching in Python

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • Glob is an easy to use standard Python module to locate or retrieve files using patterns. It finds all the pathnames matching a specified pattern according to the rules used by the Unix shell, although results are returned in arbitrary order.
    Source code on my Website:
    pythonology.eu...
    Glob Documentation
    docs.python.or...

КОМЕНТАРІ • 2

  • @aminnia870
    @aminnia870 Рік тому +2

    well explained. thank you🙏🙏🙏🙏

  • @cjlokesh3195
    @cjlokesh3195 5 місяців тому

    Awsome 😀