-julia></code></pre><h2 id="Julia-IDE"><a class="docs-heading-anchor" href="#Julia-IDE">Julia IDE</a><a id="Julia-IDE-1"></a><a class="docs-heading-anchor-permalink" href="#Julia-IDE" title="Permalink"></a></h2><p>There is no one way to install/develop and run Julia, which may be strange users coming from MATLAB, but for users of general purpose languages such as Python, C++ this is quite common. Most of the Julia programmers to date are using</p><ul><li><a href="https://code.visualstudio.com/">Visual Studio Code</a>,</li><li>and the corresponding <a href="https://www.julia-vscode.org/">Julia extension</a>.</li></ul><p>This setup is described in a comprehensive <a href="https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/stable/installation/vscode/">step-by-step guide</a> in our bachelor course <a href="https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/stable/"><em>Julia for Optimization & Learning</em></a>.</p><p>Note that this setup is not a strict requirement for the lectures/labs and any other text editor with the option to send code to the terminal such as Vim (+Tmux), Emacs, or Sublime Text will suffice.</p><h2 id="GitHub-registration-and-Git-setup"><a class="docs-heading-anchor" href="#GitHub-registration-and-Git-setup">GitHub registration & Git setup</a><a id="GitHub-registration-and-Git-setup-1"></a><a class="docs-heading-anchor-permalink" href="#GitHub-registration-and-Git-setup" title="Permalink"></a></h2><p>As one of the goals of the course is writing code that can be distributed to others, we recommend a GitHub account, which you can create <a href="https://github.com/">here</a> (unless you already have one). In order to interact with GitHub repositories, we will be using <code>git</code>. For installation instruction (Windows only) see the section in the bachelor <a href="https://juliateachingctu.github.io/Julia-for-Optimization-and-Learning/dev/installation/git/">course</a>.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../projects/">Projects »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Friday 22 November 2024 08:41">Friday 22 November 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
0 commit comments