Differences between revisions 22 and 23
Revision 22 as of 2009-04-28 09:18:55
Size: 6509
Editor: mail
Comment:
Revision 23 as of 2011-04-21 11:27:20
Size: 6889
Editor: zucker
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
Boa vs. Python, nice movie ^^ One of the best introductions into Python still is the [[http://docs.python.org/tutorial/| official Python tutorial]], now also [[http://tutorial.pocoo.org/| available in german (for Python 3.x)]].

Eine der besten Einführungen in Python ist immer noch das [[http://docs.python.org/tutorial/| offizielle Python-Tutorial]], jetzt auch [[http://tutorial.pocoo.org/| auf deutsch verfügbar (für Python 3.x)]]

This page lists Python books written in German. Some are translations of English books, and some are completely new works.

See also:


One of the best introductions into Python still is the official Python tutorial, now also available in german (for Python 3.x).

Eine der besten Einführungen in Python ist immer noch das offizielle Python-Tutorial, jetzt auch auf deutsch verfügbar (für Python 3.x)


Python 2

  • Martin von Löwis, Nils Fischbeck

382731691X, Addison-Wesley-Longman (November 2000)

The second edition of Das Python-Buch, this German book covers Python 2.0. It emphasizes language concepts, but also covers GTk+/GNOME, CORBA, and XML programming, and is intended for both beginners and advanced programmers.


Mit Python programmieren

  • Tobias Himstedt and Klaus Mänzel

3920993853, dpunkt.verlag, 1999, 271 pages

Mit Python programmieren (Programming with Python) puts its emphasis on language concepts (100 pages), programming of graphical user interfaces with TkInter (40 pages), internet programming (20 pages), extension and embedding with C (20 pages) and JPython (15 pages). It also includes a CD with all examples of the book and with python 1.5.1 for Linux, MacOS and Win32 (it also includes the source of python1.5.2b2). It is addressed to beginners and advanced programmers.


Einführung in Python

  • Mark Lutz, David Ascher, translated by Christian Tismer

3897211297, O'Reilly & Associates (2000)

A German translation of Learning Python.


Python kurz und gut

  • Mark Lutz, translated by Christian Tismer

3897212161, O'Reilly & Associates (1999)

A German translation of the Python Pocket Reference.


Jetzt lerne ich Python

  • Ivan van Laningham

382725843X, Markt und Technik, 544 pages (2000)

A German translation of Teach Yourself Python in 24 Hours.


Python Referenz

  • David Beazley

3827259592, Markt und Technik, 411 pages (2000)

German translation of the Python Essential Reference. The included CD contains a PDF version of the book.


Python Standard-Bibliothek

  • FredrikLundh, translated by Dinu C. Gherman and Christian Tismer

3897212889, O'Reilly Verlag, 298 pages (2002)

German translation of Python Standard Library.


Python und GUI-Toolkits

  • Michael Lauer

3826608445, mitp Verlag, 528 pages (2002)

Detailed overview of the major GUI-Toolkits (Tk, Gtk, Qt, wxWindows) and a brief mentioning of the rest (Fox, FLTK, AnyGUI, PythonCard, etc.).


Python

  • Johannes Ernesti/Peter Kaiser

Galileo Press, ISBN: 978-3-8362-1110-9, 819 pages (2007)

The book provides both a comprehensive introduction into Python and several chapters for advanced users which cover under more topics like GUI-development, web-development using Django and network programming. After having read this book you will be able to use Python on a professional level. You will be taken there systematically from writing simple programmes to developing complex object oriented applications. It is a hands-on book which can be used for step-by-step learning as well as a reference.


Python für Kids Gregor Lingl

2003, Paperback 456 Seiten, Format 17 x 24 cm mit CD-ROM ISBN 3-8266-0951-4

€ 19,95


Python Ge-Packt

  • Michael Weigend

mitp 2003, http://www.mitp.de, ISBN: 3-8266-0724-4, 528 Seiten, Preis: € 14,95

2. aktualisierte Auflage (für Python 2.4) mitp 2005, ISBN: 3-8266-1512-3, 571 Seiten, Preis 16,95 Euro

A German Reference. Die wichtigsten Befehle zum Nachschlagen – detailliert erläutert. Alles, was Sie zur Programmierung mit Python brauchen, finden Sie in dieser gepackten Referenz klar strukturiert zum Nachschlagen.


Objektorientierte Programmierung mit Python

  • Michael Weigend

mitp 2003, http://www.mitp.de, ISBN 3-8266-0966-2, 592 Seiten, Preis: € 32,00

Dieses Buch gibt nicht nur einen Überblick über die gesamte Sprache, sondern führt systematisch in die Möglichkeiten und Mechanismen von Objektorientierter Programmierung mit Python ein.


Python im deutschsprachigen Raum - Tagungsband zum Workshop am 8. September 2006 in Leipzig

  • Mike Müller und Stefan Schwarzer (Hrsg.)

Lehmanns Media und Python Academy 2007 http://www.python-academy.de/workshop/workshop2006/proceedings.html

ISBN 978-3-86541-217-1, 132 Seiten, Preis: 19,90 Euro

Im Tagungsband sind fünf Vorträge und die Zusammenfassung einer Diskussion enthalten:

  • Einführung in Python mit Tutorial
  • Turtlegrafik-Modul für die Grafikprogrammierung
  • XML-Verarbeitung mit Python
  • Produktdatenmanagement mit Python
  • Komplexe Webanwendung mit Python
  • Diskussion "Python für jedermann"


Das Python Praxisbuch - Der große Profi-Leitfaden für Programmierer

  • Farid Hajji

Addison-Wesley (open source library), ISBN 978-3-8273-2543-3, 1298 Seiten. September 2008.

Beispiele und Inhaltsverzeichnis online unter http://pythonbook.hajji.name/de/index.html


Python 3 - Das umfassende Handbuch

  • Johannes Ernesti/Peter Kaiser

Galileo Press, ISBN: 978-3-8362-1412-4, 788 pages (2009)

Im Buch werden alle Sprachgrundlagen, Programmiertechniken sowie fortgeschrittene Themen wie z. B. GUI-Entwicklung oder Netzwerkkommunikation ausführlich behandelt. Vom ersten einfachen Programm bis hin zu komplexen objektorientierten Programmen entwickeln Sie konsequent in Python 3. Dabei werden die entscheidenden Unterschiede zu früheren Python-Versionen dargestellt. Ein eigenes Kapitel zeigt, wie älterer Python-Code auf Python 3 migriert werden kann. Das Buch ist das ideale Lehrbuch und Nachschlagewerk zu Python 3.


Einstieg in Python 3

  • Thomas Theis

Galileo Press, ISBN: 978-3-8362-1406-3, 399 pages (2009)

Sie haben sich entschlossen, Python zu lernen? Eine gute Wahl, denn Python ist nicht nur vielseitig einsetzbar, sondern auch besonders einsteigerfreundlich. Dieses Buch wird Sie auf Ihrem Weg von Anfang an sicher begleiten. Schritt für Schritt zeigt Ihnen unser Autor Thomas Theis anhand vieler anschaulicher Beispiele alles, was Sie wissen müssen. Das Gelernte können Sie an Übungsaufgaben sofort selber austesten und Ihre Kenntnisse dadurch festigen. Selbst wenn Sie vorher noch nie programmiert haben sollten, werden Sie auf diese Weise bereits nach kurzer Zeit in der Lage sein, Ihre eigenen Python-Programme zu schreiben.

GermanPythonBooks (last edited 2015-02-20 08:05:29 by berndklein)

Unable to edit the page? See the FrontPage for instructions.