https://github.com/snehilsanyal/julia-101
🧑🏻🎓👨🏻💻 Self learning Julia through various courses, books, tutorials...
https://github.com/snehilsanyal/julia-101
datatalksclub julia julia-academy
Last synced: 3 months ago
JSON representation
🧑🏻🎓👨🏻💻 Self learning Julia through various courses, books, tutorials...
- Host: GitHub
- URL: https://github.com/snehilsanyal/julia-101
- Owner: snehilsanyal
- Created: 2023-03-08T12:15:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T06:56:45.000Z (about 2 years ago)
- Last Synced: 2025-02-04T18:52:08.087Z (4 months ago)
- Topics: datatalksclub, julia, julia-academy
- Language: Julia
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Julia 101
This repository consists of code snippets in Julia language as part of the [#project-of-the-week](https://github.com/DataTalksClub/project-of-the-week/blob/main/2023-03-08-getting-started-julia.md).
## Day 1
- Installed Julia language, using VSCode as the code editor
- Ran hello world example in Julia
- Read more in these links:
1. [Getting Started with Julia](https://julialang.org/learning/getting-started/)
2. [10 reasons to learn Julia language in 2023](https://juliazoid.com/10-simple-reasons-to-learn-the-julia-programming-language-in-2023-453a4dafab32)