In doing a project, I need to open files in IDLE on Mac. These files are not .py files. On a PC, if I select 'file types' to be 'any file', I can open these files, but in Mac I haven't found a similar way to handle this yet. By opening, I don't mean writing a code open(...) in IDLE, but literally click open to see what the file looks like.
Any suggestions on this? Thanks!