Elio Campitelli

@eliocamp
1.2K Followers
586 Following
9.1K Posts
For entertainment purposes only. Elio can make mistakes, check important information carefully.
#Rstats
Websitehttps://eliocamp.github.io
Pronounsthey/elle
GitHubhttps://github.com/eliocamp/
LocationAustralia 🇦🇺 (previously Agentina 🇦🇷)
one of these is real, the other will get you hacked. can you tell them apart?
It's interesting how much of how many cultures is about drinking hoy water with leaves.
I found a one-liner: `list(Path(path).iterdir())`. It's still rather convoluted and impossible to discover, but at least doesn´t require explicit loops.

Almost every single time I try to use #python for data analysis I rediscover Clause Wilke's post. Especially the part about separating logic from logistics. In today's instance: I want to get the full path of all the files/folders in a folder, in #RStats that's just `list.files(path, full.names = TRUE)`. Simple and clear. In python you need some variation on

files = [os.path.join(path, f) for f in os.listdir(path')]

Which sucks.

https://blog.genesmindsmachines.com/p/python-is-not-a-great-language-for?open=false#%C2%A7separating-the-logic-from-the-logistics

Python is not a great language for data science. Part 1: The experience

It may be a good language for data science, but it’s not a great one.

Genes, Minds, Machines
Experimenting with this ink I found
I love it how #ubuntu just decided that hdmi wasn't going to work any more.

Folks, what's the best printable #regex cheatsheet that I can stick to my wall for quick reference?

#Programming #RStats

I simply cannot understand how #Slack can fuck up notifications so badly. I toggled all the settings I could think of to get a notification for every single message in a channel. And today I open slack and... there's a new message from two days ago and I didn't get any notification. What else do I need to do for slack to actually work as it should?