Skip Navigation

Julia Programming Tutorial | An effective tutorial for science and engineering

www.matecdev.com Julia Programming Tutorial

This introductory tutorial about Julia focuses on its use in Science and Engineering.

cross-posted from: https://programming.dev/post/9470319

Martin D. Maas writes:

Julia is an is a general-purpose, open-source, dynamic, and high-performance language. By leveraging a clever design around a just in time (JIT) compiler, Julia manages to combine the speed of languages like C or Fortran, with the ease of use of Matlab or Python.

This is a hands-on tutorial series, which focuses on understanding the most important aspects of the language from a practical point of view, and focusing on the needs of scientists and engineers.

In particular, we won’t be introducing much more syntax or language features than what is required to solve the different problems we will be tackling.

As a quick reference, and if you have experience with Python or Matlab, it might be worth to check out the Matlab-Python-Julia Cheatsheet.

Read Julia Programming Tutorial
Total: 37 posts
Last updated: November 13, 2023

0
0 comments