So you want to be a wizard – Julia Evans

Today I did the opening keynote at SRECon. This talk was a little less technical than my normal talks: instead of talking about tools like tcpdump (though tcpdump makes an appearance!), I wanted to talk about how to make a career where you’re constantly l… Read more

Similar

Strings vs. Symbols in Julia’s DataFrames

In DataFrames.jl you can use both symbols and strings for column indexing. Which to choose is one of the topics that new users ask about most frequently. In this post I will explain why both options are supported and what is a difference between them. Not... (more…)

Read more »