Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Getting Started With Julia
Rating: 4.1 out of 5(114 ratings)
957 students

Getting Started With Julia

Learn the new language Julia for high performance technical computing.
Last updated 5/2017
English

What you'll learn

  • Introduce you to the language and the main concepts: control structures, data types and how to do input and output.
  • Explain how to adapt object oriented thinking to Julia and get you into a more functional way of thinking about programming challenges.
  • Cover many of the amazing ways Julia can increase both developer productivity through parametrized types, macros, code generation and utilizing existing libraries in other languages. Also learn how to write high performance Julia code.

Course content

13 sections49 lectures9h 49m total length
  • The Course Overview11:47

    This video provides an overview of the entire course.

  • Downloading Julia6:22
    Go to Julia webpage and download version.
  • Setting up an Editor9:00
    Get Julia Syntax Highlight.
  • Using the Julia REPL3:34

    Introduce the Read Eval program loop interface.

Requirements

  • This course does thus not specifically target data scientists or statisticians but is suitable for any programmer.

Description

Julia is a new programming language designed for the needs of data scientists, statisticians, scientific computing, and engineers. Usually these disciplines have had to use a variety of of tools and languages:

  • Matlab
  • Python with Numpy
  • R
  • C/C++ or Fortran for high performance

With Julia you can replace all these tools with one programming language, since it offers both flexibility and speed.
Julia is a young language with limited documentation and although rapidly growing, a small user community. Most developers today will know the object oriented paradigm used in mainstream languages such as Python, Java and C++. This presents a challenge switching to Julia which is more functionally oriented. This course will not only introduce the language, but also explain how to think differently about problems with the Julia approach.

About the Author

Erik Engheim is a professional mobile developer with experience in many different programming languages, often in combination. Erik Engheim has worked with C/C#, Java, C++, Objective-C, and Swift before moving into Julia. His experience with Julia involves automation, and high performance processing of code strings.

Who this course is for:

  • While Julia has been designed for technical computing it is a programming language well suited in a number of other areas as well.