From 33f1741769aef34a7fc509d1708968e57e7ebae1 Mon Sep 17 00:00:00 2001 From: Taeyoon Kim Date: Thu, 17 Oct 2024 23:56:39 +0900 Subject: [PATCH] add rust books at free-programming-books-ko.md (#11517) * add rust books at free-programming-books-ko.md * fix order of list * fix the title of link as @eshellman recommanded. * fix Alphabetical ordering, which is I don't get it * fix ordering. it just confusing * I wanna give up on this * I wanna give up on this * I wanna give up on this * I wanna give up on this --- books/free-programming-books-ko.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/books/free-programming-books-ko.md b/books/free-programming-books-ko.md index 07ca31bfc..9349e1fd1 100644 --- a/books/free-programming-books-ko.md +++ b/books/free-programming-books-ko.md @@ -146,7 +146,9 @@ ### Machine Learning -[Pytorch로 시작하는 딥 러닝 입문](https://wikidocs.net/book/2788) - 유원준, 상준 +* [<랭체인LangChain 노트> - LangChain 한국어 튜토리얼](https://wikidocs.net/book/14314) - 테디노트 +* [딥 러닝을 이용한 자연어 처리 입문](https://wikidocs.net/book/2155) - 유원준, 상준 +* [Pytorch로 시작하는 딥 러닝 입문](https://wikidocs.net/book/2788) - 유원준, 상준 ### Mathematics @@ -237,8 +239,13 @@ ### Rust -* [러스트 프로그래밍 언어](https://rinthel.github.io/rust-lang-book-ko/) - 스티브 클라브닉, 캐롤 니콜스 (HTML) *(:construction: in process)* -* [Rust by Example](https://hanbum.gitbooks.io/rustbyexample/content/) *(:construction: in process)* +* [러스트 코딩인사이트](https://coding-insight.com/docs/category/rust) +* [러스트 프로그래밍 언어](https://rinthel.github.io/rust-lang-book-ko/) - 스티브 클라브닉, 캐롤 니콜스 +* [예제로 배우는 Rust 프로그래밍](http://rust-lang.xyz) +* [파이썬과 비교하며 배우는 러스트 프로그래밍](https://indosaram.github.io/rust-python-book/) - 윤인도 +* [Comprehensive Rust](https://google.github.io/comprehensive-rust/ko/index.html) +* [Rust로 첫 번째 단계 수행](https://learn.microsoft.com/ko-kr/training/paths/rust-first-steps) - 마이크로소프트에서 제공하는 러스트 강의 +* [The Rust Programming Language](https://doc.rust-kr.org/title-page.html) ### Scratch