mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-01 03:02:31 +00:00
dda3b341fb
* Adding Harvard GSE Scratch Book * Adding foreign language for scratch guide from harvard graduate school of edu * linting
137 lines
3.7 KiB
Markdown
137 lines
3.7 KiB
Markdown
### Index
|
|
|
|
* [Amazon Web Service](#amazon-web-service)
|
|
* [Assembly Language](#assembly-language)
|
|
* [Docker](#docker)
|
|
* [GIT](#git)
|
|
* [Go](#go)
|
|
* [HTML5](#html5)
|
|
* [JavaScript](#javascript)
|
|
* [Node.js](#nodejs)
|
|
* [LaTeX](#latex)
|
|
* [Linux](#linux)
|
|
* [Perl](#perl)
|
|
* [PHP](#php)
|
|
* [Laravel](#laravel)
|
|
* [Python](#python)
|
|
* [Django](#django)
|
|
* [Flask](#flask)
|
|
* [R](#r)
|
|
* [Ruby](#ruby)
|
|
* [Scratch](#scratch)
|
|
* [Swift](#swift)
|
|
|
|
|
|
### Amazon Web Service
|
|
|
|
* [아마존 웹 서비스를 다루는 기술](http://www.pyrasis.com/private/2014/09/30/publish-the-art-of-amazon-web-services-book)
|
|
|
|
|
|
### Assembly Language
|
|
|
|
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
|
|
|
|
|
|
### Docker
|
|
|
|
* [가장 빨리 만나는 Docker](http://www.pyrasis.com/private/2014/11/30/publish-docker-for-the-really-impatient-book)
|
|
|
|
|
|
### GIT
|
|
|
|
* [Git - 간편 안내서](http://rogerdudler.github.io/git-guide/index.ko.html)
|
|
* [Pro Git 한글 번역](http://git-scm.com/book/ko/)
|
|
* [깃허브 치트 시트](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.ko.md)
|
|
|
|
|
|
### Go
|
|
|
|
* [AN INTRODUCTION TO PROGRAMMING IN GO 한글 번역](http://www.codingnuri.com/golang-book/index.html)
|
|
* [Go Tour 한글 번역](http://go-tour-kr.appspot.com)
|
|
* [Go 언어 웹 프로그래밍 철저 입문](https://thebook.io/006806/)
|
|
* [가장 빨리 만나는 Go 언어](http://www.pyrasis.com/private/2015/06/01/publish-go-for-the-really-impatient-book)
|
|
|
|
|
|
### HTML5
|
|
|
|
* [HTML5, CSS and Javascript](http://fromyou.tistory.com/581)
|
|
|
|
|
|
### JavaScript
|
|
|
|
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ko)
|
|
* Meteor
|
|
* [Discover Meteor](http://kr.discovermeteor.com)
|
|
|
|
|
|
#### Node.js
|
|
|
|
* [Node.js API 한글 번역 by outsideris](http://nodejs.sideeffect.kr/docs/)
|
|
|
|
|
|
### LaTeX
|
|
|
|
* [The Not So short Introduction to LaTeX 2ε](http://www.ctan.org/tex-archive/info/lshort/korean)
|
|
|
|
|
|
### Linux
|
|
|
|
* [리눅스 서버를 다루는 기술](https://thebook.io/006718/)
|
|
|
|
|
|
### Perl
|
|
|
|
* [2시간 반만에 펄 익히기](http://qntm.org/files/perl/perl_kr.html)
|
|
* [Perl 객체지향프로그래밍(OOP)](https://github.com/aero/perl_docs/blob/master/hatena_perl_oop.md) : Hatena-TextBook의 oop-for-perl 문서 한역 by aero
|
|
* [Seoul.pm 펄 크리스마스 달력 #2014 | Seoul.pm Perl Advent Calendar 2014](http://advent.perl.kr/2014/)
|
|
|
|
|
|
### PHP
|
|
|
|
* [PHP5 의 주요 기능](https://www.lesstif.com/pages/viewpage.action?pageId=24445740)
|
|
|
|
|
|
#### Laravel
|
|
|
|
* [라라벨 (Laravel) 5 입문 및 실전 강좌](http://l5.appkr.kr)
|
|
* [쉽게 배우는 라라벨 5 프로그래밍](https://www.lesstif.com/display/laravelprog)
|
|
|
|
|
|
### Python
|
|
|
|
* [A Byte of Python 한글 번역 by Jeongbin Park](http://byteofpython-korean.sourceforge.net/byte_of_python.pdf) (PDF)
|
|
* [모두의 파이썬: 20일 만에 배우는 프로그래밍 기초](https://thebook.io/006855/)
|
|
* [왕초보를 위한 Python 2.7](https://wikidocs.net/book/2)
|
|
* [점프 투 파이썬 - Python 3](https://wikidocs.net/book/1)
|
|
|
|
|
|
#### Django
|
|
|
|
* [장고걸스 튜토리얼 (Django Girls Tutorial)](https://tutorial.djangogirls.org/ko/) (1.11) (HTML) (:construction: *in process*)
|
|
|
|
|
|
#### Flask
|
|
|
|
* [Flask의 세계에 오신것을 환영합니다.](http://flask-docs-kr.readthedocs.io/ko/latest/) (HTML)
|
|
|
|
|
|
### R
|
|
|
|
* [R을 이용한 데이터 처리 & 분석 실무](http://r4pda.co.kr) - 서민구 (HTML, PDF - 이전 버젼)
|
|
* [The R Manuals (translated in Korean)](http://www.openstatistics.net)
|
|
|
|
|
|
### Ruby
|
|
|
|
* [루비 스타일 가이드](https://github.com/dalzony/ruby-style-guide/blob/master/README-koKR.md)
|
|
|
|
|
|
### Scratch
|
|
|
|
* [창의컴퓨팅(Creative Computing) 가이드북](http://digital.kyobobook.co.kr/digital/ebook/ebookDetail.ink?barcode=480150000247P)
|
|
|
|
|
|
### Swift
|
|
|
|
* [Swift 언어 개발문서](http://swift.leantra.kr) - 이전 버젼
|