# Math to Code - 엔지니어를 위한 NumPy 튜토리얼

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2269](https://news.hada.io/topic?id=2269)
- GeekNews Markdown: [https://news.hada.io/topic/2269.md](https://news.hada.io/topic/2269.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-06-15T10:26:34+09:00
- Updated: 2020-06-15T10:26:34+09:00
- Original source: [mathtocode.com](https://mathtocode.com/)
- Points: 7
- Comments: 1

## Topic Body

- 인터랙티브 형식으로 수식을 파이썬 Numpy를 이용하여 표현하는 법을 설명

- 기초적인 sqrt(x) 부터 표준편차 구하기까지 총 13단계

- Next.js / KaTex / Skulpt 를 이용해서 개발한 코드는 오픈소스로 공개

## Comments



### Comment 2001

- Author: xguru
- Created: 2020-06-15T10:26:36+09:00
- Points: 2

비슷한 내용으로 Math-As-Code 도 있습니다.

JavaScript 버전 : https://github.com/Jam3/math-as-code

Python 버전 : https://github.com/Jam3/math-as-code/blob/master/PYTHON-README.md
