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

3
* [ABAP](#abap)
4
* [Action Script](#action-script)
M
M0ZZI 已提交
5
* [Android](#android)
6
* [Assembly Language](#assembly-language)
7
* [C](#c)
M
Michael Luggen 已提交
8 9
* [C#](#c-sharp)
* [C++](#c-1)
O
oltolm 已提交
10
* [Component Pascal](#component-pascal)
11
* [Git](#git)
S
Sebastian 已提交
12
* [Go](#go)
A
Arvid Gerstmann 已提交
13
* [Groovy](#groovy)
14
* [HTML & CSS](#html--css)
E
eTomate 已提交
15
* [iOS](#ios)
16
* [Java](#java)
17
* [JavaScript](#javascript)
18
  * [React](#react)
M
Mojtahedi 已提交
19
* [LaTeX](#latex)
20
* [Meta-Lists](#meta-lists)
U
Uriy Efremochkin 已提交
21
* [MySQL](#mysql)
I
Igor Rozani 已提交
22
* [Neo4j](#neo4j)
A
Arvid Gerstmann 已提交
23
* [PHP](#php)
24
  * [Symfony](#symfony)
25
* [Python](#python)
26
  * [Django](#django)
W
Wilhelm Babernits 已提交
27
* [Ruby on Rails](#ruby-on-rails)
28
* [Scilab](#scilab)
29
* [Scratch](#scratch)
30
* [UML](#uml)
31
* [Unabhängig von der Programmiersprache](#unabh%C3%A4ngig-von-der-programmiersprache)
A
Arvid Gerstmann 已提交
32
* [Unix](#unix)
W
Wilhelm Babernits 已提交
33
* [Visual Basic](#visual-basic)
34

35

36
### ABAP
37

38
* [Einstieg in ABAP](http://openbook.rheinwerk-verlag.de/einstieg_in_abap/) - Karl-Heinz Kühnhauser, Thorsten Franz
39
* [SAP Code Style Guides - Clean ABAP](https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP_de.md)
40

41

C
Christoph Uschkrat 已提交
42
### Action Script
43

C
Craig Davison 已提交
44 45
* [ActionScript 1 und 2](http://openbook.rheinwerk-verlag.de/actionscript/)
* [Einstieg in ActionScript](http://openbook.rheinwerk-verlag.de/actionscript_einstieg/)
46

47

M
M0ZZI 已提交
48 49 50 51 52
### Android

* [Einführung in die Entwicklung von Apps für Android 8](https://www.uni-trier.de/fileadmin/urt/doku/android/android.pdf) - Bernhard Baltes-Götz (PDF)


C
Christoph Uschkrat 已提交
53
### Assembly Language
54

55 56 57
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter


C
Christoph Uschkrat 已提交
58
### C
59

Q
Quang Tran 已提交
60
* [C-Programmierung](https://de.wikibooks.org/wiki/C-Programmierung) - Wikibooks (HTML)
C
Craig Davison 已提交
61
* [C von A bis Z](http://openbook.rheinwerk-verlag.de/c_von_a_bis_z/)
62
* [Softwareentwicklung in C](https://web.archive.org/web/20190214185910/http://www.asc.tuwien.ac.at/~eprog/download/schmaranz.pdf) - Klaus Schmaranz (PDF)
63

64

65 66 67 68 69 70 71 72
### C Sharp

* [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung/)
* [Visual C# 2008](http://openbook.rheinwerk-verlag.de/visual_csharp/)
* [Visual C# 2010](http://openbook.rheinwerk-verlag.de/visual_csharp_2010/)
* [Visual C# 2012](http://openbook.rheinwerk-verlag.de/visual_csharp_2012/)


C
Christoph Uschkrat 已提交
73
### C++
74

C
Craig Davison 已提交
75
* [Die Boost C++ Bibliotheken](http://dieboostcppbibliotheken.de)
76
* [Lean Testing für C++-Programmierer (2018)](https://www.assets.dpunkt.de/openbooks/Openbook_Lean_Testing.pdf) - Andreas Spillner, Ulrich Breymann (PDF)
77
* [Programmieren in C++: Aufbau](http://www.highscore.de/cpp/aufbau/)
V
Victor Felder 已提交
78
* [Programmieren in C++: Einführung](http://www.highscore.de/cpp/einfuehrung/)
79

80

O
oltolm 已提交
81 82 83 84 85
### Component Pascal

* [Module, Klassen, Verträge](http://karlheinz-hug.de/informatik/buch/Karlheinz-Hug_Module-Klassen-Vertraege.pdf) - Karlheinz Hug (PDF)


86
### Git
87

88 89 90 91
* [Das Git-Buch](http://gitbu.ch) [PDF, EPUB]
* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/de/)
* [Pro Git (2009)](http://git-scm.com/book/de/v1)
* [Pro Git (neue Version)](http://git-scm.com/book/de/current) (:construction: *in process*)
E
eTomate 已提交
92

93

S
Sebastian 已提交
94
### Go
95

S
Sebastian 已提交
96 97
* [Effektiv Go Programmieren](http://www.bitloeffel.de/DOC/golang/effective_go_de.html)
* [Eine Tour durch Go](https://go-tour-de.appspot.com/welcome/1)
S
Sebastian 已提交
98
* [Erstelle Webanwendungen mit Go](https://astaxie.gitbooks.io/build-web-application-with-golang/content/de/)
S
Sebastian 已提交
99

100

C
Christoph Uschkrat 已提交
101
### Groovy
102

103
* [Groovy für Java-Entwickler](http://examples.oreilly.de/openbooks/pdf_groovyger.pdf) (PDF)
D
David Tran 已提交
104

105

106
### HTML & CSS
107

C
Craig Davison 已提交
108 109
* [CSS](http://www.peterkropff.de/site/css/css.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
* [HTML](http://www.peterkropff.de/site/html/html.htm) — Peter Kropff [Online, PDF]
110
* [HTML5-Handbuch](http://webkompetenz.wikidot.com/docs:html-handbuch)
C
Craig Davison 已提交
111
* [Self HTML](https://wiki.selfhtml.org/wiki/Startseite)
112

113

S
Sebastian 已提交
114 115 116 117 118
### iOS

* [Apps programmieren für iPhone und iPad](http://openbook.rheinwerk-verlag.de/apps_programmieren_fuer_iphone_und_ipad/)
* [iOS-Rezepte](http://examples.oreilly.de/openbooks/iosrecipesger.zip)
* [iPad-Programmierung](http://examples.oreilly.de/openbooks/pdf_ipadprogpragger.pdf) (PDF)
119

120

C
Christoph Uschkrat 已提交
121
### Java
122

123
* [EJB 3 für Umsteiger: Neuerungen und Änderungen gegenüber dem EJB-2.x-Standard](http://bsd.de/e3fu/umfrage.html) - Heiko W. Rupp
C
Craig Davison 已提交
124 125
* [Java 7 Mehr als eine Insel](http://openbook.rheinwerk-verlag.de/java7/)
* [Java ist auch eine Insel](http://openbook.rheinwerk-verlag.de/javainsel/)
126
* [Java SE 8 Standard-Bibliothek](http://openbook.rheinwerk-verlag.de/java8/) - Christian Ullenboom
127
* [Programmieren Java: Aufbau](http://www.highscore.de/java/aufbau/)
E
eTomate 已提交
128
* [Programmieren Java: Einführung](http://www.highscore.de/java/einfuehrung/)
129
* [Testgetriebene Entwicklung mit JUnit & FIT](http://www.frankwestphal.de/ftp/Westphal_Testgetriebene_Entwicklung.pdf) - Frank Westphal (PDF)
130

131

132
### JavaScript
133

C
Craig Davison 已提交
134 135
* [JavaScript](http://www.peterkropff.de/site/javascript/javascript.htm) — Peter Kropff (Grundlagen, AJAX, DOM, OOP) [Online, PDF]
* [JavaScript und AJAX](http://openbook.rheinwerk-verlag.de/javascript_ajax/)
136 137
* [Webseiten erstellen mit Javascript](http://www.highscore.de/javascript/)

M
Mojtahedi 已提交
138

139 140 141 142 143
#### React

* [React lernen und verstehen](https://lernen.react-js.dev) - Manuel Bieh (HTML)


C
Christoph Uschkrat 已提交
144
### LaTeX
145

146 147
* [LaTeX - eine Einführung und ein bißchen mehr...](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a026_latex_einf.pdf) (PDF)
* [LaTeX - Forteschrittene Anwendungen (oder: Neues von den Hobbits)](http://www.fernuni-hagen.de/imperia/md/content/zmi_2010/a027_latex_fort.pdf) (PDF)
C
Craig Davison 已提交
148
* [LaTeX : Referenz der Umgebungen, Makros, Längen und Zähler](http://www.lehmanns.de/page/latexreferenz)
M
Mojtahedi 已提交
149

150

C
Christoph Uschkrat 已提交
151
### Meta-Lists
152

C
Craig Davison 已提交
153
* [Galileo Computing - openbook](https://www.rheinwerk-verlag.de/openbook/)
154 155


C
Christoph Uschkrat 已提交
156
### MySQL
157

C
Craig Davison 已提交
158
* [MySQL](http://www.peterkropff.de/site/mysql/mysql.htm) — Peter Kropff [Online, PDF]
U
Uriy Efremochkin 已提交
159 160


I
Igor Rozani 已提交
161 162 163 164 165
### Neo4j

* [Neo4j 2.0 – Eine Graphdatenbank für alle](https://neo4j.com/neo4j-graphdatenbank-book/) - Michael Hunger (PDF) *(email requested)*


C
Christoph Uschkrat 已提交
166
### PHP
167

C
Craig Davison 已提交
168 169
* [PHP](http://www.peterkropff.de/site/php/php.htm) — Peter Kropff (Grundlagen, OOP, MySQLi, PDO) [Online, PDF]
* [PHP PEAR](http://openbook.rheinwerk-verlag.de/php_pear/)
170
* [Praktischer Einstieg in MySQL mit PHP](http://examples.oreilly.de/openbooks/pdf_einmysql2ger.pdf) (PDF)
U
Uriy Efremochkin 已提交
171

172

173 174 175 176 177
#### Symfony

* [Symfony 5: Auf der Überholspur](https://symfony.com/doc/5.0/the-fast-track/de/index.html)


C
Christoph Uschkrat 已提交
178
### Python
179

180
* [A Byte of Python - Einführung in Python](https://sourceforge.net/projects/abop-german.berlios/files/) - Swaroop C H, Bernd Hengelein, Lutz Horn, Bernhard Krieger, Christoph Zwerschke (PDF)
M
M0ZZI 已提交
181
* [Einführung in Python](http://www.mschimmels.de/eigeneDateien/Python-Kurs.pdf) - Martin Schimmels (PDF)
182
* [Programmiereinführung mit Python](http://opentechschool.github.io/python-beginners/de/)
183
* [Python 3 - Das umfassende Handbuch](http://openbook.rheinwerk-verlag.de/python/) - Johannes Ernesti, Peter Kaiser (Online)
184

T
Try2Code 已提交
185

186 187 188 189 190
#### Django

* [Django Girls Tutorial](https://tutorial.djangogirls.org/es/) (1.11) (HTML) (:construction: *in process*)


C
Christoph Uschkrat 已提交
191
### Ruby on Rails
192

193 194 195
* [Praxiswissen Ruby](http://www.oreilly.de/german/freebooks/rubybasger/pdf_rubybasger.pdf) (PDF)
* [Praxiswissen Ruby On Rails](http://examples.oreilly.de/openbooks/pdf_rubyonrailsbasger.pdf) (PDF)
* [Rails Kochbuch](http://examples.oreilly.de/openbooks/pdf_railsckbkger.pdf) (PDF)
C
Craig Davison 已提交
196
* [Ruby on Rails 2](http://openbook.rheinwerk-verlag.de/ruby_on_rails/)
197
* [Ruby on Rails 3.2 für Ein-, Um- und Quereinsteiger](http://ruby-auf-schienen.de/3.2/)
198

199

C
Christoph Uschkrat 已提交
200
### Scilab
201

202
* [Einführung in Scilab/Xcos 5.4](https://web.archive.org/web/20161204131517/http://buech-gifhorn.de/scilab/Einfuehrung.pdf) - Helmut Büch (PDF)
203

204

205 206 207 208 209
### Scratch

* [Kreative Informatik mit Scratch](http://eis.ph-noe.ac.at/kreativeinformatik/)


C
Christoph Uschkrat 已提交
210
### UML
211

C
Craig Davison 已提交
212
* [Der moderne Softwareentwicklungsprozess mit UML](http://www.highscore.de/uml/)
213

F
Frank Agerholm 已提交
214

215 216 217 218 219 220 221 222
### Unabhängig von der Programmiersprache

* [Clean Code Developer: Eine Initiative für mehr Professionalität in der Softwareentwicklung](http://clean-code-developer.de)
* [IT-Handbuch für Fachinformatiker](http://openbook.rheinwerk-verlag.de/it_handbuch/)
* [Objektorientierte Programmierung](http://openbook.rheinwerk-verlag.de/oop/)
* [Scrum und XP im harten Projektalltag](https://res.infoq.com/news/2007/06/scrum-xp-book/en/resources/ScrumAndXpFromTheTrenchesonline_German.pdf) (PDF)


C
Christoph Uschkrat 已提交
223
### Unix
224

C
Craig Davison 已提交
225 226 227
* [Linux-UNIX-Programmierung](http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/)
* [Shell-Programmierung](http://openbook.rheinwerk-verlag.de/shell_programmierung/)
* [Wie werde ich Unix Guru?](http://openbook.rheinwerk-verlag.de/unix_guru/)
F
Frank Agerholm 已提交
228

229

C
Christoph Uschkrat 已提交
230
### Visual Basic
231

C
Craig Davison 已提交
232 233 234
* [Einstieg in Visual Basic 2010](http://openbook.rheinwerk-verlag.de/einstieg_vb_2010/)
* [Einstieg in Visual Basic 2012](http://openbook.rheinwerk-verlag.de/einstieg_vb_2012/)
* [Visual Basic 2008](http://openbook.rheinwerk-verlag.de/visualbasic_2008/)