free-programming-books-ko.md 6.0 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Index
2

3
* [Amazon Web Service](#amazon-web-service)
4
* [Assembly Language](#assembly-language)
5
* [C](#c)
S
Seth 已提交
6
* [C++](#cpp)
7
* [Docker](#docker)
H
hedy kim 已提交
8
* [Elastic](#elastic)
M
minsOne 已提交
9
* [GIT](#git)
10
* [Go](#go)
M
minsOne 已提交
11
* [HTML5](#html5)
12
* [Java](#java)
M
minsOne 已提交
13
* [JavaScript](#javascript)
V
Victor Felder 已提交
14
  * [Node.js](#nodejs)
M
Mojtahedi 已提交
15
* [LaTeX](#latex)
16
* [Linux](#linux)
17 18
* [Mathematics](#mathematics)
* [Operation System](#operation-system)
19
* [Perl](#perl)
20 21
* [PHP](#php)
  * [Laravel](#laravel)
22
* [Python](#python)
23
  * [Django](#django)
D
Daniel Krupiński 已提交
24
  * [Flask](#flask)
25
* [R](#r)
26
* [Raspberry Pi](#raspberry-pi)
27
* [Ruby](#ruby)
28
* [Rust](#rust)
29
* [Scratch](#scratch)
H
hedy kim 已提交
30
* [Unicode](#unicode)
31 32 33 34 35 36


### Amazon Web Service

* [아마존 웹 서비스를 다루는 기술](http://www.pyrasis.com/private/2014/09/30/publish-the-art-of-amazon-web-services-book)

37

C
Christoph Uschkrat 已提交
38
### Assembly Language
39

40
* [PC Assembly Language](http://pacman128.github.io/static/pcasm-book-korean.pdf) - Paul A. Carter (PDF)
41 42


43 44
### C

45
* [씹어먹는 C](https://github.com/kev0960/ModooCode/raw/master/book/c/main.pdf) - 이재범 (PDF)
46
* [BeeJ's Guide to Network Programming - 인터넷 소켓 활용](https://blogofscience.com/Socket_Programming-KLDP.html)
47 48


S
Seth 已提交
49
<h3 id="cpp">C++</h3>
50 51

* [씹어먹는 C++](https://github.com/kev0960/ModooCode/raw/master/book/cpp/main.pdf) - 이재범 (PDF)
52 53


54 55 56 57 58
### Docker

* [가장 빨리 만나는 Docker](http://www.pyrasis.com/private/2014/11/30/publish-docker-for-the-really-impatient-book)


H
hedy kim 已提交
59 60 61 62 63
### Elastic

* [Elastic 가이드북](https://esbook.kimjmin.net) - 김종민


C
Christoph Uschkrat 已提交
64
### GIT
65

66
* [깃허브 치트 시트](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md)
67
* [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html)
E
eunbeek 已提交
68
* [Pro Git 한글 번역](https://git-scm.com/book/ko/v2) - 최신 버전
M
minsOne 已提交
69

70

C
Christoph Uschkrat 已提交
71
### Go
72

73
* [가장 빨리 만나는 Go 언어](http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book)
74
* [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html)
75
* [Go 언어 웹 프로그래밍 철저 입문](https://thebook.io/006806/)
76
* [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))
77

78

C
Christoph Uschkrat 已提交
79
### HTML5
80

81
* [HTML5, CSS and JavaScript](http://fromyou.tistory.com/581)
82

83

84 85 86 87 88
### Java

* [점프 투 자바](https://wikidocs.net/book/31) - 박응용


C
Christoph Uschkrat 已提交
89
### JavaScript
90

91
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ko)
92
* [JavaScript로 만나는 세상](https://helloworldjavascript.net)
M
minsOne 已提交
93

M
Mojtahedi 已提交
94

95 96 97 98 99
#### Node.js

* [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/)


C
Christoph Uschkrat 已提交
100
### LaTeX
101

E
eunbeek 已提交
102
* [The Not So short Introduction to LaTeX 2ε](https://ctan.org/tex-archive/info/lshort/korean)
M
Mojtahedi 已提交
103

104

105 106 107
### Linux

* [리눅스 서버를 다루는 기술](https://thebook.io/006718/)
108
* [GNOME 배우기](https://sites.google.com/site/gnomekr/home/learning_gnome)
109 110


111 112 113 114 115 116 117 118 119 120
### 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)


121
### Perl
122

123
* [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html)
124
* [Perl 객체지향프로그래밍(OOP)](https://github.com/aero/perl_docs/blob/master/hatena_perl_oop.md) : Hatena-TextBook의 oop-for-perl 문서 한역 by aero
M
Mike Hingley 已提交
125
* [Seoul.pm 펄 크리스마스 달력 #2014 \| Seoul.pm Perl Advent Calendar 2014](http://advent.perl.kr/2014/)
126

127

128 129 130 131 132 133 134
### PHP

* [PHP5 의 주요 기능](https://www.lesstif.com/pages/viewpage.action?pageId=24445740)


#### Laravel

J
Jeongmyeong Lee 已提交
135
* [라라벨 (Laravel) 5 입문 및 실전 강좌](https://github.com/appkr/l5essential)
136 137 138
* [쉽게 배우는 라라벨 5 프로그래밍](https://www.lesstif.com/display/laravelprog)


139
### Python
140

141
* [내가 파이썬을 배우는 방법](https://wikidocs.net/7839)
J
Jeongmyeong Lee 已提交
142
* [모두의 파이썬: 20일 만에 배우는 프로그래밍 기초](https://thebook.io/007026)
H
hedy kim 已提交
143
* [실용 파이썬 프로그래밍: 프로그래밍 유경험자를 위한 강좌](https://wikidocs.net/book/4673) - 최용
144 145
* [왕초보를 위한 Python 2.7](https://wikidocs.net/book/2)
* [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1)
H
hedy kim 已提交
146
* [중급 파이썬: 파이썬 팁들](https://ddanggle.gitbooks.io/interpy-kr/content/)
147
* [파이썬을 여행하는 히치하이커를 위한 안내서!](https://python-guide-kr.readthedocs.io/ko/latest/)
148
* [파이썬을 이용한 비트코인 자동매매](https://wikidocs.net/book/1665) - 조대표
149 150
* [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)
151 152


153 154
#### Django

155
* [장고걸스 튜토리얼 (Django Girls Tutorial)](https://tutorial.djangogirls.org/ko/) (1.11) (HTML) (:construction: *in process*)
156
* [점프 투 장고](https://wikidocs.net/book/4223) - 박응용
157 158


D
Daniel Krupiński 已提交
159 160
#### Flask

E
eunbeek 已提交
161
* [Flask의 세계에 오신것을 환영합니다.](https://flask-docs-kr.readthedocs.io/ko/latest/) (HTML)
D
Daniel Krupiński 已提交
162 163


164
### R
165

166 167
* [R을 이용한 데이터 처리 & 분석 실무](http://r4pda.co.kr) - 서민구 (HTML, PDF - 이전 버젼)
* [The R Manuals (translated in Korean)](http://www.openstatistics.net)
168 169


170 171 172 173 174
### Raspberry Pi

* [라즈베리 파이 문서](https://wikidocs.net/book/483)


175
### Ruby
176

177
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)
178 179


180 181 182 183 184
### Rust

* [러스트 프로그래밍 언어](https://rinthel.github.io/rust-lang-book-ko/) - 스티브 클라브닉, 캐롤 니콜스 (HTML) (:construction: *in process*)


185 186 187 188 189
### Scratch

* [창의컴퓨팅(Creative Computing) 가이드북](http://digital.kyobobook.co.kr/digital/ebook/ebookDetail.ink?barcode=480150000247P)


H
hedy kim 已提交
190 191 192 193 194
### Unicode

* [번역 Unicode 이모티콘에 얽힌 이것저것 (이모티콘 표준과 프로그래밍 핸들링)](http://pluu.github.io/blog/android/2020/01/11/unicode-emoji/)