Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python equivalent of R "here" package

Tags:

python

Is there a Python equivalent for this library?

https://github.com/r-lib/here/

like image 986
r0f1 Avatar asked Feb 15 '19 09:02

r0f1


People also ask

Is there an R library for Python?

Downloading and installing R packages is usually performed by fetching R packages from a package repository and installing them locally. Capabilities to do this are provided by R libraries, and when in Python we can simply use them using rpy2. An interface to the R features is provided in rpy2. robjects.


1 Answers

Seems like someone had the same problem:

https://github.com/chendaniely/pyprojroot

like image 96
r0f1 Avatar answered Oct 10 '22 19:10

r0f1