Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
int_19h
1y ago
0 comments
Share
In modern idiomatic Python, you should really be using `pathlib` and `io`, not `os`.
undefined | Better HN
0 comments
default
newest
oldest
orhmeh09
1y ago
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).
j
/
k
navigate · click thread line to collapse