Tag: julia
-
Open Source Data Science Projects 2019
A number of new impactful open source projects have been released in 2019. Here is a small list.
-
Julia for Data Science Book
Today brings us a very welcome guest post by Zacharias Voulgaris, author of Julia for Data Science. This is an excellent new book about the Julia language. By reading it you will learn about: IDEs for using Julia Basics of the Julia language Accessing and exploring data Machine learning Advanced data science techniques with Julia…
-
Considering Julia? Here Are Some Resources
Julia is a new programming language that is quickly gaining traction in the statistics and data science world. It is a high-level language, yet the speed is comparable with lower-level languages like C and fortran. Below are some resources for various types of people. Do you love the academic paper? Julia: A Fresh Approach to…
-
5 Free Programming Languages for Data Science
R There is a package for nearly any algorithm you will ever need. That is where R really excels. It is widely used and has a strong community. The only slight downfall (in my opinion) is the cumbersome syntax. Python A very good language for beginning programmers. The syntax is quite readable and intuitive. With…