何でPython の香具師は、いつもパスに、\\ を使うのだろう?

Ruby では、Windows のパスでも、/ で書けるのに。
File.expand_path( ) でも、\を/に変換できるし

dir_path = "C:/Users/Owner/Documents/**/*"
target_dirs = Dir.glob( dir_path )