Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Stefan Behnel Newsgroups: de.comp.lang.python Subject: Re: [Python-de] __init__ ? Date: Mon, 6 Nov 2017 20:57:41 +0100 Lines: 21 Message-ID: References: <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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <7c569821-a272-c0d9-8c83-08fae2a4ea76@behnel.de> X-Mailman-Original-References: <14525C89-834F-4E2C-AFBD-D697AB26767D@web.de> Xref: csiph.com de.comp.lang.python:5007 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