The Python Oracle

Iterating through directories with Python

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Thinking It Over

--

Chapters
00:00 Question
00:41 Accepted answer (Score 418)
01:14 Answer 2 (Score 32)
02:13 Answer 3 (Score 24)
03:47 Thank you

--

Full question
https://stackoverflow.com/questions/1958...

Answer 1 links:
[the ]: https://docs.python.org/3.4/library/path...#
[the pathlib2 module on PyPi]: https://pypi.python.org/pypi/pathlib2/

Answer 2 links:
[3.5]: https://docs.python.org/3/library/glob.h...
[glob.iglob(path/**, recursive=True)]: https://docs.python.org/3/library/glob.h...
[glob.iglob]: https://docs.python.org/3/library/glob.h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #directory

#avk47