Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
int_19h
2y ago
0 comments
Save
Share
In modern idiomatic Python, you should really be using `pathlib` and `io`, not `os`.
0 comments
1 comments · 1 top-level
top
newest
oldest
orhmeh09
2y 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