RSSAmplifier

Christopher Samiullah · Jan 1, 2017

Using Python glob

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Python glob glob is described in the docs as: “Unix style pathname pattern expansion”…So what is that? Basically, anytime your program needs to look for a list of files on the filesystem, and the names of these files match a pattern, then glob will help you get the task done. The glob API The API for using glob is brief, with three main methods: glob.glob(pathname, *, recursive=False) The main…

Read on christophergs.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.