# Python을 Rust로 변환하며 Rust배우기

> Clean Markdown view of GeekNews topic #2563. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2563](https://news.hada.io/topic?id=2563)
- GeekNews Markdown: [https://news.hada.io/topic/2563.md](https://news.hada.io/topic/2563.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-07-31T09:56:29+09:00
- Updated: 2020-07-31T09:56:29+09:00
- Original source: [towardsdatascience.com](https://towardsdatascience.com/learning-rust-by-converting-python-to-rust-259e735591c6)
- Points: 7
- Comments: 1

## Topic Body

LeetCode*의 Unique Paths 문제를 해결한 Python 코드를

Rust코드로 하나 하나 바꿔가며 Rust 언어를 배워보는 글

- 기본 자료형, 함수, 구문, 표현식, 변수, 매크로, if문, 함수호출, Range, 배열/튜플/벡터, as, Struct 와 Impl, Trait

* LeetCode는 기술면접에 나온 문제들이 많이 등록된 사이트로,

알고리즘 학습 및 개발언어 스킬을 향상 하고픈 사람들이 많이 이용합니다.

## Comments



### Comment 2464

- Author: xguru
- Created: 2020-07-31T09:58:54+09:00
- Points: 3

본문과는 큰 연관은 없지만, 기술면접을 위해서 LeetCode 가봐야지! 하는 분들을 한번 읽어 보실만한 글

Leetcode의 Moore의 법칙 https://brunch.co.kr/@ee-er/4
