Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4492
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | robert rottermann <robert@redcor.ch> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] [DANKE] Welche Version zum Lernen |
| Date | Sat, 23 Jul 2016 14:06:19 +0200 |
| Lines | 35 |
| Message-ID | <mailman.75.1469276034.22221.python-de@python.org> (permalink) |
| References | <dvgiv2F7h33U1@mid.individual.net> <dvgsvuF9r2nU1@mid.individual.net> <dvh4g1FbjirU1@mid.individual.net> <0158bf1d-0430-98ee-7866-39a565a9c020@redcor.ch> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de Qyjvkt6N5KLYa0YyXAFc3AmQm1M9fAWP5ipzRj8t3rQw== |
| Return-Path | <robert@redcor.ch> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
| In-Reply-To | <dvh4g1FbjirU1@mid.individual.net> |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.22 |
| 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 | <0158bf1d-0430-98ee-7866-39a565a9c020@redcor.ch> |
| X-Mailman-Original-References | <dvgiv2F7h33U1@mid.individual.net> <dvgsvuF9r2nU1@mid.individual.net> <dvh4g1FbjirU1@mid.individual.net> |
| Xref | csiph.com de.comp.lang.python:4492 |
Show key headers only | View raw
du meintest wohl Leerbauch, und den muss mann selbstverständlich füllen!
On 23.07.2016 13:58, Hermann Riemann wrote:
> Helmut Wuensch schrieb:
>
>> Noch'ne kleine Anschlussfrage:
>> Wenn ich mich vorerst für 2.7.
>> entscheide, ist es sehr kompliziert,
>> auf 3.x 'up-zu-daten'?
> Für Anfänger ( und "Lernfaule")
> sind die Hauptunterschiede zwischen
> Python 2 und Python 3:
>
> Python 2: print x
> Python 3: print(x)
> also () ist erforderlich bei print in Python 3
>
> Python 2: Zeichenketten sind ISO
> also z.B. len('ä') liefert 2 (wegen byte Zählung)
>
> Python 3: Zeichenketten sind utf
> also len('ä') liefert 1 (wegen integer Zählung)
> (sofern ä kein diakritisches Zeichen ist)
>
> Unter Linux habe ich gleichzeitig
> Python 2 ( Aufruf Python)
> und Python 3 (Aufruf Python3)
>
> Hermann
> der nach seiner Erfahrung vermutet,
> das man mit dem alten Lehrbauch
> *anfangs* unter Beachtung obiger beiden Bedingungen
> mit dem Python 2 Lehrbuch auch Python 3 programmieren kann.
>
Back to de.comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
[Newby-Frage] Welche Version zum Lernen Helmut Wuensch <no@spam.invalid> - 2016-07-23 08:58 +0200
Re: [Python-de] [Newby-Frage] Welche Version zum Lernen "Andreas Jung" <lists@zopyx.com> - 2016-07-23 09:09 +0200
Re: [Python-de] [Newby-Frage] Welche Version zum Lernen Niko Wenselowski <niko@nerdno.de> - 2016-07-23 09:42 +0200
Re: [DANKE] Welche Version zum Lernen Helmut Wuensch <no@spam.invalid> - 2016-07-23 11:50 +0200
Re: [Python-de] [DANKE] Welche Version zum Lernen Andreas Jung <lists@zopyx.com> - 2016-07-23 11:58 +0200
Re: [Python-de] [DANKE] Welche Version zum Lernen Christopher Arndt <chris@chrisarndt.de> - 2016-07-23 13:09 +0200
Re: [DANKE] Welche Version zum Lernen Hermann Riemann <nospam.compb7@hermann-riemann.de> - 2016-07-23 13:58 +0200
Re: [Python-de] [DANKE] Welche Version zum Lernen robert rottermann <robert@redcor.ch> - 2016-07-23 14:06 +0200
Re: [Python-de] [DANKE] Welche Version zum Lernen "Andreas Jung" <lists@zopyx.com> - 2016-07-23 14:15 +0200
Re: [Python-de] [DANKE] Welche Version zum Lernen Hermann Riemann <nospam.compb7@hermann-riemann.de> - 2016-07-23 19:43 +0200
Re: [Python-de] [DANKE] Welche Version zum Lernen Thomas Güttler <guettliml@thomas-guettler.de> - 2016-08-19 11:32 +0200
Re: [Python-de] [Newby-Frage] Welche Version zum Lernen Arnold Krille <arnold@arnoldarts.de> - 2016-07-23 15:13 +0200
Re: [Python-de] [nochmals DANKE] Welche Version zum Lernen Helmut Wuensch <no@spam.invalid> - 2016-07-23 16:06 +0200
Re: [Python-de] [nochmals DANKE] Welche Version zum Lernen Stefan Schwarzer <sschwarzer@sschwarzer.net> - 2016-07-23 17:03 +0200
Re: [Python-de] [nochmals DANKE] Welche Version zum Lernen Thomas Güttler <guettliml@thomas-guettler.de> - 2016-08-22 08:45 +0200
csiph-web