Author Archives: Julia on Aleph-Zero-Heroes

Julia (Part II): Data Structures for Data Science

By: Julia on Aleph-Zero-Heroes

Re-posted from: https://aleph-zero-heroes.netlify.com/posts/post_julia2/

Spoilers Warning Intro I mentioned in my last post on Julia that dictionaries are incredibly useful data structures for data science. I thought that warranted a little more discussion. And it leads to another data structure that we use a lot: Data Frames. They’re the topic for today.
Dictionaries A dictionary (in computer programming) is much like an English dictionary. It takes a set of objects (the keys) and maps them to something else (the values).

Julia (Part I): Web APIs

By: Julia on Aleph-Zero-Heroes

Re-posted from: https://aleph-zero-heroes.netlify.com/posts/post_julia1/

Julia for Data Science Data science has a major component that is computational. You can’t do very much with just a pen and paper. Luckily there are some great programming languages available. The best known these days is Python I guess, with R a close runner up (it’s a favourite of the stats community). There are a dozen others.
The up-and-coming new kid on the block is Julia. She doesn’t have as much history.