Some of the text introducing and describing paths in 04_files_and_strings.ipynb uses os and associated methods, which is out of sync with the code, which has transitioned to using pathlib. The text should be updated to reflect this change and instead use pathlib examples.
Some of the text introducing and describing paths in
04_files_and_strings.ipynbusesosand associated methods, which is out of sync with the code, which has transitioned to usingpathlib. The text should be updated to reflect this change and instead use pathlib examples.