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.
- Host: GitHub
- URL: https://github.com/jucheval/julia-tutorial
- Owner: jucheval
- License: cc-by-sa-4.0
- Created: 2024-12-27T06:05:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T15:41:33.000Z (12 months ago)
- Last Synced: 2025-02-11T16:38:08.475Z (12 months ago)
- Topics: julia, julia-language, tutorial, tutorial-code, vscode
- Language: Julia
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to Julia
[](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/).
[](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.