glob Module in Python
glob Module in Python
Thanks to glob module, we can use wildcards with Python in finding pathnames.
>>> import glob >>> dir(glob) ['__all__', '__builtins__', '__cached__', '__doc__', '__file__', '__initializing __', '__loader__', '__name__',…
View Post












