Many people love Notepad for its simplicity, but others avoid it for the same reason. Even though Microsoft has now blessed ...
Package your Python applications for redistribution with one click, no compiling, and almost no additional software.
os.path.join (folder, filename) ensures the path is correct for the system. On Windows, it uses backslashes (reports\summary.txt); on Linux and macOS it uses forward slashes (reports/summary.txt).