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

3
* [Amazon Web Service](#amazon-web-service)
4
* [Assembly Language](#assembly-language)
5
* [Docker](#docker)
M
minsOne 已提交
6
* [GIT](#git)
7
* [Go](#go)
M
minsOne 已提交
8
* [HTML5](#html5)
M
minsOne 已提交
9
* [JavaScript](#javascript)
V
Victor Felder 已提交
10
  * [Node.js](#nodejs)
M
Mojtahedi 已提交
11
* [LaTeX](#latex)
12
* [Linux](#linux)
13
* [Perl](#perl)
14 15
* [PHP](#php)
  * [Laravel](#laravel)
16
* [Python](#python)
17
  * [Django](#django)
D
Daniel Krupiński 已提交
18
  * [Flask](#flask)
19
* [R](#r)
20
* [Raspberry Pi](#raspberry-pi)
21
* [Ruby](#ruby)
22
* [Scratch](#scratch)
23
* [Swift](#swift)
24 25 26 27 28 29


### Amazon Web Service

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

30

C
Christoph Uschkrat 已提交
31
### Assembly Language
32

33 34 35
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


36 37 38 39 40
### Docker

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


C
Christoph Uschkrat 已提交
41
### GIT
42

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

47

C
Christoph Uschkrat 已提交
48
### Go
49

50
* [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html)
51
* [Go 언어 웹 프로그래밍 철저 입문](https://thebook.io/006806/)
52
* [가장 빨리 만나는 Go 언어](http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book)
53

54

C
Christoph Uschkrat 已提交
55
### HTML5
56

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

59

C
Christoph Uschkrat 已提交
60
### JavaScript
61

62
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ko)
M
minsOne 已提交
63

M
Mojtahedi 已提交
64

65 66 67 68 69
#### Node.js

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


C
Christoph Uschkrat 已提交
70
### LaTeX
71

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

74

75 76 77 78 79
### Linux

* [리눅스 서버를 다루는 기술](https://thebook.io/006718/)


80
### Perl
81

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

86

87 88 89 90 91 92 93
### PHP

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


#### Laravel

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


98
### Python
99

100
* [A Byte of Python 한글 번역 by Jeongbin Park](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf) (PDF)
101
* [내가 파이썬을 배우는 방법](https://wikidocs.net/7839)
J
Jeongmyeong Lee 已提交
102
* [모두의 파이썬: 20일 만에 배우는 프로그래밍 기초](https://thebook.io/007026)
103 104
* [왕초보를 위한 Python 2.7](https://wikidocs.net/book/2)
* [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1)
105 106


107 108 109 110 111
#### Django

* [장고걸스 튜토리얼 (Django Girls Tutorial)](https://tutorial.djangogirls.org/ko/) (1.11) (HTML) (:construction: *in process*)


D
Daniel Krupiński 已提交
112 113
#### Flask

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


117
### R
118

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


123 124 125 126 127
### Raspberry Pi

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


128
### Ruby
129

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


133 134 135 136 137
### Scratch

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