An open API service indexing awesome lists of open source software.

https://github.com/jucheval/julia-tutorial

Short tutorial for Julia programming language with some tips on VS Code and Git.
https://github.com/jucheval/julia-tutorial

julia julia-language tutorial tutorial-code vscode

Last synced: 11 months ago
JSON representation

Short tutorial for Julia programming language with some tips on VS Code and Git.

Awesome Lists containing this project

README

          

# Introduction to Julia

[![CC BY-SA
4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-sa/4.0/)

This is inspired from . If you like this tutorial, please add a Star to the repo (button in the top right corner).

## How to use the content?

To configure a local environment with VSCode and GitHub (assuming that you have a GitHub account):

1. Follow the "VS Code + Julia" installation .
2. Fork this repository (`Fork` button in the top-right corner). [More info](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo#forking-a-repository)
3. On VSCode, click the `Source Control` button on the left panel -> Clone Repository -> Select where you want to put your local copy of the repository -> Open it. [More info](https://code.visualstudio.com/docs/sourcecontrol/overview)
4. Install the [GitHub Pull Requests VSCode extension](vscode:extension/GitHub.vscode-pull-request-github).

The majority of the files in the repo are Julia script files (`.jl`). However, each directory contains a `README.md`: they are listed in the table of contents below.

## Table of Contents

- [Introduction](intro/README.md)
- [Some packages](packages/README.md)
- [Performance tips](perfomance-tips/README.md)
- [Develop your own package](development/README.md)

## License

This content is licensed under [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/).

[![CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)

## Acknowledgments

I would like to warmly thank [Rémy Drouilhet](https://github.com/rcqls) for his constant will to teach and share informations and discussions about Julia. This tutorial was made for [Statify team](https://team.inria.fr/statify/) during my sabbatical year in the team.