2014-07-27 20:16:50 +00:00
### Index
2015-11-13 13:25:42 +00:00
2016-01-23 15:17:17 +00:00
* [Amazon Web Service ](#amazon-web-service )
2013-12-28 01:42:25 +00:00
* [Assembly Language ](#assembly-language )
2020-10-31 20:03:14 +00:00
* [C ](#c )
2021-01-23 21:36:35 +00:00
* [C++ ](#cpp )
2016-01-23 15:17:17 +00:00
* [Docker ](#docker )
2013-10-24 04:44:51 +00:00
* [GIT ](#git )
2014-01-07 02:03:03 +00:00
* [Go ](#go )
2013-10-30 00:09:17 +00:00
* [HTML5 ](#html5 )
2020-10-24 19:09:28 +00:00
* [Java ](#java )
2013-10-23 08:15:09 +00:00
* [JavaScript ](#javascript )
2015-11-13 11:50:35 +00:00
* [Node.js ](#nodejs )
2013-12-11 09:19:21 +00:00
* [LaTeX ](#latex )
2016-11-03 21:55:29 +00:00
* [Linux ](#linux )
2021-10-06 01:17:26 +00:00
* [Mathematics ](#mathematics )
* [Operation System ](#operation-system )
2015-12-27 13:37:20 +00:00
* [Perl ](#perl )
2016-02-06 02:15:18 +00:00
* [PHP ](#php )
* [Laravel ](#laravel )
2015-12-15 14:23:48 +00:00
* [Python ](#python )
2017-11-12 21:02:59 +00:00
* [Django ](#django )
2018-05-27 21:45:17 +00:00
* [Flask ](#flask )
2015-11-21 05:41:29 +00:00
* [R ](#r )
2020-08-19 14:09:31 +00:00
* [Raspberry Pi ](#raspberry-pi )
2015-02-13 12:36:08 +00:00
* [Ruby ](#ruby )
2020-11-04 16:29:24 +00:00
* [Rust ](#rust )
2018-08-06 15:28:27 +00:00
* [Scratch ](#scratch )
2015-12-29 17:45:44 +00:00
* [Swift ](#swift )
2016-01-23 15:17:17 +00:00
### Amazon Web Service
* [아마존 웹 서비스를 다루는 기술 ](http://www.pyrasis.com/private/2014/09/30/publish-the-art-of-amazon-web-services-book )
2013-12-28 01:42:25 +00:00
2014-07-27 20:16:50 +00:00
### Assembly Language
2015-11-13 13:25:42 +00:00
2021-01-20 18:54:35 +00:00
* [PC Assembly Language ](http://pacman128.github.io/static/pcasm-book-korean.pdf ) - Paul A. Carter (PDF)
2013-12-28 01:42:25 +00:00
2020-10-31 20:03:14 +00:00
### C
2020-11-10 17:38:44 +00:00
* [씹어먹는 C ](https://github.com/kev0960/ModooCode/raw/master/book/c/main.pdf ) - 이재범 (PDF)
2021-01-23 05:28:18 +00:00
* [BeeJ's Guide to Network Programming - 인터넷 소켓 활용 ](https://blogofscience.com/Socket_Programming-KLDP.html )
2020-11-10 17:38:44 +00:00
2021-01-23 21:36:35 +00:00
< h3 id = "cpp" > C++< / h3 >
2020-11-10 17:38:44 +00:00
* [씹어먹는 C++ ](https://github.com/kev0960/ModooCode/raw/master/book/cpp/main.pdf ) - 이재범 (PDF)
2020-10-31 20:03:14 +00:00
2016-01-23 15:17:17 +00:00
### Docker
* [가장 빨리 만나는 Docker ](http://www.pyrasis.com/private/2014/11/30/publish-docker-for-the-really-impatient-book )
2014-07-27 20:16:50 +00:00
### GIT
2015-11-13 13:25:42 +00:00
2021-01-23 05:28:18 +00:00
* [깃허브 치트 시트 ](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md )
2015-04-20 05:30:04 +00:00
* [Git - 간편 안내서 ](http://rogerdudler.github.io/git-guide/index.ko.html )
2020-10-18 17:48:36 +00:00
* [Pro Git 한글 번역 ](https://git-scm.com/book/ko/v2 ) - 최신 버전
2013-10-24 13:57:49 +00:00
2014-01-18 12:28:57 +00:00
2014-07-27 20:16:50 +00:00
### Go
2015-11-13 13:25:42 +00:00
2021-01-23 05:28:18 +00:00
* [가장 빨리 만나는 Go 언어 ](http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book )
2014-01-07 02:03:03 +00:00
* [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역 ](http://www.codingnuri.com/golang-book/index.html )
2016-11-03 21:55:29 +00:00
* [Go 언어 웹 프로그래밍 철저 입문 ](https://thebook.io/006806/ )
2021-08-10 13:16:31 +00:00
* [The Little Go Book. 리틀 고 책입니다 ](https://github.com/byounghoonkim/the-little-go-book/ ) - Karl Seguin, Byounghoon Kim ([HTML](https://github.com/byounghoonkim/the-little-go-book/blob/master/ko/go.md))
2014-01-18 12:28:57 +00:00
2016-01-23 15:17:17 +00:00
2014-07-27 20:16:50 +00:00
### HTML5
2015-11-13 13:25:42 +00:00
2020-10-20 13:49:41 +00:00
* [HTML5, CSS and JavaScript ](http://fromyou.tistory.com/581 )
2013-10-28 09:00:25 +00:00
2014-01-18 12:28:57 +00:00
2020-10-24 19:09:28 +00:00
### Java
* [점프 투 자바 ](https://wikidocs.net/book/31 ) - 박응용
2014-07-27 20:16:50 +00:00
### JavaScript
2015-11-13 13:25:42 +00:00
2013-12-21 23:28:32 +00:00
* [JavaScript Garden ](http://bonsaiden.github.io/JavaScript-Garden/ko )
2021-04-30 04:10:44 +00:00
* [JavaScript로 만나는 세상 ](https://helloworldjavascript.net )
2013-10-23 08:15:09 +00:00
2013-12-11 09:19:21 +00:00
2015-12-27 13:37:20 +00:00
#### Node.js
* [Node.js API 한글 번역 by outsideris ](http://nodejs.sideeffect.kr/docs/ )
2014-07-27 20:16:50 +00:00
### LaTeX
2015-11-13 13:25:42 +00:00
2020-10-18 17:48:36 +00:00
* [The Not So short Introduction to LaTeX 2ε ](https://ctan.org/tex-archive/info/lshort/korean )
2013-12-11 09:19:21 +00:00
2015-04-20 05:30:04 +00:00
2016-11-03 21:55:29 +00:00
### Linux
* [리눅스 서버를 다루는 기술 ](https://thebook.io/006718/ )
2021-10-04 02:55:33 +00:00
* [GNOME 배우기 ](https://sites.google.com/site/gnomekr/home/learning_gnome )
2016-11-03 21:55:29 +00:00
2021-10-06 01:17:26 +00:00
### Mathematics
* [기초정수론: 계산과 법연산, 그리고 비밀통신을 강조한 ](https://wstein.org/ent/ent_ko.pdf ) - William Stein (PDF)
### Operation System
* [운영체제: 아주 쉬운 세 가지 이야기 ](https://github.com/remzi-arpacidusseau/ostep-translations/tree/master/korean ) - Remzi Arpacidusseau (PDF)
2015-02-20 13:55:21 +00:00
### Perl
2015-11-13 13:25:42 +00:00
2015-02-20 13:55:21 +00:00
* [2시간 반만에 펄 익히기 ](http://qntm.org/files/perl/perl_kr.html )
2015-02-27 12:35:11 +00:00
* [Perl 객체지향프로그래밍(OOP) ](https://github.com/aero/perl_docs/blob/master/hatena_perl_oop.md ) : Hatena-TextBook의 oop-for-perl 문서 한역 by aero
2020-11-21 20:27:55 +00:00
* [Seoul.pm 펄 크리스마스 달력 #2014 \| Seoul.pm Perl Advent Calendar 2014 ](http://advent.perl.kr/2014/ )
2014-01-18 12:28:57 +00:00
2015-04-20 05:30:04 +00:00
2016-02-06 02:15:18 +00:00
### PHP
* [PHP5 의 주요 기능 ](https://www.lesstif.com/pages/viewpage.action?pageId=24445740 )
#### Laravel
2019-07-15 17:31:45 +00:00
* [라라벨 (Laravel) 5 입문 및 실전 강좌 ](https://github.com/appkr/l5essential )
2016-02-06 02:15:18 +00:00
* [쉽게 배우는 라라벨 5 프로그래밍 ](https://www.lesstif.com/display/laravelprog )
2015-12-15 14:23:48 +00:00
### Python
2015-11-13 13:25:42 +00:00
2020-04-03 14:42:34 +00:00
* [내가 파이썬을 배우는 방법 ](https://wikidocs.net/7839 )
2019-07-15 17:31:45 +00:00
* [모두의 파이썬: 20일 만에 배우는 프로그래밍 기초 ](https://thebook.io/007026 )
2015-12-15 14:23:48 +00:00
* [왕초보를 위한 Python 2.7 ](https://wikidocs.net/book/2 )
* [점프 투 파이썬 - Python 3 ](https://wikidocs.net/book/1 )
2020-10-23 15:41:58 +00:00
* [파이썬을 여행하는 히치하이커를 위한 안내서! ](https://python-guide-kr.readthedocs.io/ko/latest/ )
2020-10-31 23:27:52 +00:00
* [파이썬을 이용한 비트코인 자동매매 ](https://wikidocs.net/book/1665 ) - 조대표
2021-01-23 05:28:18 +00:00
* [A Byte of Python 한글 번역 by Jeongbin Park ](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf ) (PDF)
* [PyQt5 Tutorial - 파이썬으로 만드는 나만의 GUI 프로그램 ](https://wikidocs.net/book/2165 ) - Dardao (HTML)
2015-02-13 12:36:08 +00:00
2017-11-12 21:02:59 +00:00
#### Django
2021-01-23 21:41:02 +00:00
* [장고걸스 튜토리얼 (Django Girls Tutorial) ](https://tutorial.djangogirls.org/ko/ ) (1.11) (HTML) (:construction: *in process* )
2020-10-30 15:31:52 +00:00
* [점프 투 장고 ](https://wikidocs.net/book/4223 ) - 박응용
2017-11-12 21:02:59 +00:00
2018-05-27 21:45:17 +00:00
#### Flask
2020-10-18 17:48:36 +00:00
* [Flask의 세계에 오신것을 환영합니다. ](https://flask-docs-kr.readthedocs.io/ko/latest/ ) (HTML)
2018-05-27 21:45:17 +00:00
2015-12-15 14:23:48 +00:00
### R
2015-11-13 13:25:42 +00:00
2015-12-15 14:23:48 +00:00
* [R을 이용한 데이터 처리 & 분석 실무 ](http://r4pda.co.kr ) - 서민구 (HTML, PDF - 이전 버젼)
* [The R Manuals (translated in Korean) ](http://www.openstatistics.net )
2015-04-20 05:30:04 +00:00
2020-08-19 14:09:31 +00:00
### Raspberry Pi
* [라즈베리 파이 문서 ](https://wikidocs.net/book/483 )
2015-12-15 14:23:48 +00:00
### Ruby
2015-11-13 13:25:42 +00:00
2015-12-15 14:23:48 +00:00
* [루비 스타일 가이드 ](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md )
2015-12-29 17:45:44 +00:00
2020-11-04 16:29:24 +00:00
### Rust
* [러스트 프로그래밍 언어 ](https://rinthel.github.io/rust-lang-book-ko/ ) - 스티브 클라브닉, 캐롤 니콜스 (HTML) (:construction: *in process* )
2018-08-06 15:28:27 +00:00
### Scratch
* [창의컴퓨팅(Creative Computing) 가이드북 ](http://digital.kyobobook.co.kr/digital/ebook/ebookDetail.ink?barcode=480150000247P )