Is there a reason why it鈥檚 native python 馃悕 but base R #rstats #python ?
1
1
Replying to @williamspagnola
`base` is a package name in R ;it is also a name of a directory in `src/library/ `; when you fire up #Rstats is it the 'lowest' package returned by `search()`. For Python, I would think it is 'native' as opposed to the compiled / jit'ed / ... variants of the Python core.

Nov 16, 2021 路 1:58 AM UTC

2
5
Replying to @eddelbuettel
I guess I heard native used in python in the context of data types, which led me to connect the word to base R