An open API service indexing awesome lists of open source software.

https://github.com/lebrancworkshop/learn-rust-from-youtube

Learning Rust Programming with Youtube Videos.
https://github.com/lebrancworkshop/learn-rust-from-youtube

rust self-study youtube

Last synced: 6 months ago
JSON representation

Learning Rust Programming with Youtube Videos.

Awesome Lists containing this project

README

          

# Learn Go from Youtube

## Overview

Learning Go from many great resources that you can find and learn for free on Youtube.

## Resources

### Playlist for All

- [[CS Knowledge] Language - Rust (POOM YIMYUEAN)](https://www.youtube.com/playlist?list=PL4gb8oBUMvan04jx76rLKhKPYDdM3eQX7)

- [rust-learning (Github: ctjhoa)](https://github.com/ctjhoa/rust-learning)

### English Language

- [[EN] Playlist: RUST PROGRAMMING TUTORIALS (dcode)](https://www.youtube.com/playlist?list=PLVvjrrRCBy2JSHf9tGxGKJ-bYAN_uDCUL)

- [[EN] Playlist: Intro to Rust (Tensor Programming)](https://www.youtube.com/playlist?list=PLJbE2Yu2zumDF6BX6_RdPisRVHgzV02NW)

- [[EN] Playlist: The Rust Programming Language - Tutorials (danlogs)](https://www.youtube.com/playlist?list=PLK_g1a_cAfaaAO6io1Tluy7EZXhAAK1lC)

- [[EN] Playlist: Rust for Beginners (Microsoft Developer)](https://www.youtube.com/playlist?list=PLlrxD0HtieHjbTjrchBwOVks_sr8EVW1x)

- [[EN] Playlist: Learning Rust! Going through the Rust Language book live. (Tom McGurl)](https://www.youtube.com/playlist?list=PLSbgTZYkscaoV8me47mKqSM6BBSZ73El6)

- [[EN] Playlist: The Rust Lang Book (Let's Get Rusty)](https://www.youtube.com/playlist?list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8)

- [[EN] Playlist: Rust Programming Tutorial (Tech With Tim)](https://www.youtube.com/playlist?list=PLzMcBGfZo4-nyLTlSRBvo0zjSnCnqjHYQ)

- [[EN] Playlist: Rust Tutorial (Doug Milford)](https://www.youtube.com/playlist?list=PLLqEtX6ql2EyPAZ1M2_C0GgVd4A-_L4_5)

- [[EN] Playlist: cm (Rust) (Tsoding Daily)](https://www.youtube.com/playlist?list=PLpM-Dvs8t0VaMLIZWykFodq4xNvqGoYmO)

- [[EN] Playlist: Easy Rust: bite-sized Rust tutorials (mithradates)](https://www.youtube.com/playlist?list=PLfllocyHVgsRwLkTAhG0E-2QxCf-ozBkk)

- [[EN] E-Book: easy_rust (Github: Dhjhomon)](https://dhghomon.github.io/easy_rust)

### Thai Language

- [[TH] Video: ภาษา Rust คือ อะไร? (Niwat Kaewkert)](https://www.youtube.com/watch?v=tQLUfsEZfFM)

- [[TH] Playlist: Rust Programming (BARCODE)](https://www.youtube.com/playlist?list=PLtfWtWKHvrn8fRqhbbrbIZF1tW21sxbqi)

- [[TH] Playlist: Rust Programming Language (Cumming soon)](https://www.youtube.com/playlist?list=PLiVVfnY4ieNoacRsIQtD-0oSVyC0XC-KJ)

- [[TH] Playlist: Rust Lang Live (KubeOps Skills)](https://www.youtube.com/playlist?list=PLWApnCxWplk7nuxEI3mwiAcg6DdjS9QU_)

### Korean Language

- [[KR] Playlist: Easy Rust Korean / 한국어판 (mithradates)](https://www.youtube.com/playlist?list=PLfllocyHVgsSJf1zO6k6o3SX2mbZjAqYE)

## Tips & Tricks

## How to run

It's very easy for you to run the code on this repository, I've already written a [shell script (main.sh)](https://github.com/LebrancWorkshop/Learn-Rust-from-Youtube/blob/main/main.sh) for you to run

You can just run by use this script below.

```bash
sh main.sh
```