Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5007

Re: [Python-de] __init__ ?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Stefan Behnel <python-de@behnel.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] __init__ ?
Date Mon, 6 Nov 2017 20:57:41 +0100
Lines 21
Message-ID <mailman.32.1509998641.2819.python-de@python.org> (permalink)
References <f60n90F4clsU1@mid.individual.net> <14525C89-834F-4E2C-AFBD-D697AB26767D@web.de> <7c569821-a272-c0d9-8c83-08fae2a4ea76@behnel.de>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de /GgMcj+4TKbQh0bBb7O1xA6s2B8DeWMySCid1SFmd9lw==
Return-Path <python-de@behnel.de>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; t=1509998640; s=domk; d=behnel.de; h=Content-Transfer-Encoding:Content-Language:Content-Type:In-Reply-To: MIME-Version:Date:From:References:To:Subject; bh=lxLn6qV5RIrJa+wJ0zQojasvtCtN+XrSJ/FsN/4Q8n8=; b=SuzZfhivJVyc60dwnZ+T9BYIHz9hMXL/83XreBYcH01hhR1YVqJArdzGqFD50XtHX5 CkjrTNjPJEXeRkr2fWdV/sgCHE84gndUkPkhiMmFZLHkbINzjkRsKffVnoYhBV+xZVJc cdbM9fNR8B4x3rjYclyDdTZJKPKTOrRrmuL8g=
X-RZG-AUTH :E1MMdFW4b++AXZOTwA41DOYM0Dv9LNWvavC/fJZ6Wfgmp/Lh1ANWCRaaq2R1hCooD/t2Vl9QPFPEAAtc+r3HO88NwDp05k7OYndLUbirNKckcko=
X-RZG-CLASS-ID mo00
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
In-Reply-To <14525C89-834F-4E2C-AFBD-D697AB26767D@web.de>
Content-Language de-DE
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.25
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <7c569821-a272-c0d9-8c83-08fae2a4ea76@behnel.de>
X-Mailman-Original-References <f60n90F4clsU1@mid.individual.net> <14525C89-834F-4E2C-AFBD-D697AB26767D@web.de>
Xref csiph.com de.comp.lang.python:5007

Show key headers only | View raw


Diez B. Roggisch schrieb am 02.11.2017 um 15:33:
> Und da ist schon der Casus Knacktus: so viel Spass ich persoenlich mit
> dem PI habe, das Python-Code-Oekosystem um hin herum ist eher eine
> stinkende Sumpflandschaft statt ein bluehender Garten der gelungenen
> Codierung.

Nicht immer geht es beim Programmieren um eine Ingenieursleistung. Manchmal
muss einfach nur irgendwie ein konkretes Problem mit Hilfe eines Computers
gelöst werden. Ich halte das für einen absolut legitimen Anwendungsfall,
insbesondere für Python.

Hier ein paar Buchtipps für diejenigen, die Programmieren lernen, um ein
Problem damit zu lösen, und nicht die Zeit für ein Informatikstudium haben.

https://www.skoobe.de/books/kathrin-passig/weniger-schlecht-programmieren

https://www.skoobe.de/books/simon-monk/der-maker-guide-fuer-die-zombie-apokalypse-20-survival-projekte-mit-einfacher-elektronik-arduino-und-raspberry-pi

https://www.skoobe.de/books/al-sweigart/routineaufgaben-mit-python-automatisieren-praktische-programmierloesungen-fuer-einsteiger

Stefan

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

__init__ ? Hermann Riemann <nospam.ng@hermann-riemann.de> - 2017-11-02 15:09 +0100
  Re: [Python-de] __init__ ? Thomas Güttler <guettliml@thomas-guettler.de> - 2017-11-02 15:22 +0100
    Re: [Python-de] __init__ ? Hermann Riemann <nospam.ng@hermann-riemann.de> - 2017-11-02 15:51 +0100
  Re: [Python-de] __init__ ? "Diez B. Roggisch" <deets@web.de> - 2017-11-02 15:33 +0100
    Re: Python Beispiele SDL2? (was: __init__ ?) Hermann Riemann <nospam.ng@hermann-riemann.de> - 2017-11-02 17:28 +0100
      Re: [Python-de] Python Beispiele SDL2? (was: __init__ ?) "Diez B. Roggisch" <deets@web.de> - 2017-11-02 18:10 +0100
  Re: [Python-de] __init__ ? Stefan Behnel <python-de@behnel.de> - 2017-11-04 07:43 +0100
  Re: [Python-de] __init__ ? Dinu Gherman <gherman@darwin.in-berlin.de> - 2017-11-05 18:15 +0100
  Re: [Python-de] __init__ ? "Diez B. Roggisch" <deets@web.de> - 2017-11-05 22:09 +0100
  Re: [Python-de] __init__ ? Stefan Behnel <python-de@behnel.de> - 2017-11-06 20:57 +0100
    Re: [Python-de] __init__ ? Stefan Behnel <python-de@behnel.de> - 2017-11-06 21:28 +0100
      Re: [Python-de] __init__ ? "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2017-11-06 22:29 +0100
        Re: [Python-de] __init__ ? "Peter Heitzer" <peter.heitzer@rz.uni-regensburg.de> - 2017-11-07 11:11 +0000
        Re: [Python-de] __init__ ? Hermann Riemann <nospam.ng@hermann-riemann.de> - 2017-11-12 18:37 +0100
    Re: [Python-de] __init__ ? Hermann Riemann <nospam.ng@hermann-riemann.de> - 2017-11-12 19:22 +0100

csiph-web