Hacker News new | ask | show | jobs
by int_19h 747 days ago
In modern idiomatic Python, you should really be using `pathlib` and `io`, not `os`.
1 comments

Yeah, you're absolutely right. The `os` methods are closest to the base R file operations and those in `pathlib` are closest to `fs` (which is a third-party library for R that requires installation).