Skip to content

Commit c612e0c

Browse files
committed
Intro modified
1 parent 7520e34 commit c612e0c

15 files changed

+17
-62
lines changed

docs/make.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ end
2929

3030
# outline
3131
installation = [
32-
"Julia" => "./installation/julia.md",
33-
"Visual Studio Code" => "./installation/vscode.md",
32+
"Julia + Visual Studio Code" => "./installation/vscode.md",
3433
"Git" => "./installation/git.md",
3534
"Quickstart guide" => "./installation/tutorial.md",
3635
]

docs/src/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Welcome to our course *Julia for Optimization and Learning*. This course consist
1414
- *Basics of Julia*: [Julia](https://julialang.org/) is a fast programming language for scientific computing. Designed and developed at MIT, it quickly keeps gaining popularity and scored rank 22 among programming languages in the [PYPL rating](https://pypl.github.io/PYPL.html) (as of September 2021).
1515
- *Applications*: The second part of the course will be dedicated to applications. The main emphasis will given to machine learning, but we will also go through statistics and differential equations.
1616

17-
More information about the course can be found on the [CourseWare Wiki](https://cw.fel.cvut.cz/wiki/courses/b0b36jul/start).
17+
This course is taught at the [Czech Technical University](https://www.cvut.cz/en/) in Prague. It is part of the [prg.ai minor](https://prg.ai/minor/), a study programme combining top courses from four faculties of two Prague universities.
18+
1819

1920
## What will we emphasize?
2021

@@ -41,15 +42,16 @@ Selected examples of what you will be able to write at the end of the course inc
4142
![](data/Video.gif)
4243

4344

44-
## Recommended courses
45+
## Technical details
4546

46-
We recommend the following courses at FJFI:
47-
- [Matematické problémy nematematiků](http://bilakniha.cvut.cz/cs/predmet5677506.html) invites people from companies to talk about how scientific methods are used in real applications.
47+
Scripts for each lecture is available at its own [Github repository](https://github.com/JuliaTeachingCTU/Julia-for-Optimization-and-Learning-Scripts). For Czech students, we list the [requirements for passing the course](https://cw.fel.cvut.cz/b221/courses/b0b36jul/start) (in Czech only).
4848

4949

50-
## References
50+
## Useful materials
5151

5252
- [Official documentation](https://docs.julialang.org/en/v1/)
53+
- [Cheatsheet for differences between Julia and Matlab and Python](https://cheatsheets.quantecon.org/)
54+
- [Cheatsheet of basic functions](https://cheatsheets.quantecon.org/julia-cheatsheet.html)
55+
- [Cheatsheet of advanced functions](https://juliadocs.github.io/Julia-Cheat-Sheet/)
5356
- [Think Julia: How to Think Like a Computer Scientist](https://benlauwens.github.io/ThinkJulia.jl/latest/book.html#chap01)
5457
- [From Zero to Julia!](https://techytok.com/from-zero-to-julia/)
55-
- [WikiBooks](https://en.wikibooks.org/wiki/Introducing_Julia)

docs/src/installation/julia.md

Lines changed: 0 additions & 52 deletions
This file was deleted.
-88.5 KB
Binary file not shown.
-42.7 KB
Binary file not shown.
-37.5 KB
Binary file not shown.
-21 KB
Binary file not shown.

docs/src/installation/juliapath_1.png

-167 KB
Binary file not shown.

docs/src/installation/juliapath_2.png

-33.8 KB
Binary file not shown.

docs/src/installation/juliapath_3.png

-125 KB
Binary file not shown.

docs/src/installation/juliapath_4.png

-109 KB
Binary file not shown.

docs/src/installation/juliapath_5.png

-266 KB
Binary file not shown.

docs/src/installation/juliapath_6.png

-44.1 KB
Binary file not shown.

docs/src/installation/juliapath_8.png

-65.6 KB
Binary file not shown.

docs/src/installation/vscode.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# Visual Studio Code
1+
## Julia
22

3-
The previous section installed the Julia programming language. It is possible to write Julia codes in any text editor, and run them directly from the terminal. However, it is usually better to use an IDE that provides additional features such as syntax highlighting, or code suggestions. We recommend using [Visual Studio Code](https://code.visualstudio.com/), a free source-code editor made by Microsoft. It supports many programming languages (Julia, Python, LaTex, ...) via extensions. The editor is available at the official [download page](https://code.visualstudio.com/download).
3+
Julia can be installed from the official [download page](https://julialang.org/downloads/). The appropriate version is the **64-bits** version for the Windows operating system in most cases. In case of difficulties, we refer to [platform-specific instructions](https://julialang.org/downloads/platform/).
4+
5+
6+
7+
## Visual Studio Code
8+
9+
It is possible to write Julia codes in any text editor, and run them directly from the terminal. However, it is usually better to use an IDE that provides additional features such as syntax highlighting, or code suggestions. We recommend using [Visual Studio Code](https://code.visualstudio.com/), a free source-code editor made by Microsoft. It supports many programming languages (Julia, Python, LaTex, ...) via extensions. The editor is available at the official [download page](https://code.visualstudio.com/download).
410

511
![](vscodeinstall_1.png)
612

0 commit comments

Comments
 (0)