Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4551
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | "Sven R. Kunze" <srkunze@mail.de> |
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] Wie Key-Value Sets speichern? |
| Date | Wed, 28 Sep 2016 21:40:51 +0200 |
| Lines | 32 |
| Message-ID | <mailman.80.1475092031.2302.python-de@python.org> (permalink) |
| References | <5451e46e-5eca-e89d-61ef-2030e6aee36e@xgm.de> <42e7d3e5-3dd7-f835-8d49-bfff223e47b4@procoders.net> <f0eb24f9-8334-520a-79e5-967d47b1b441@sschwarzer.net> <eb31e09a-86a2-44c1-3f64-f1890f7c2ae1@mail.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de Ieao3QkLdv1t6cdrGTjmYg3GALZBqkWv/ZWPj1k27e1g== |
| Return-Path | <srkunze@mail.de> |
| X-Original-To | python-de@python.org |
| Delivered-To | python-de@mail.python.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mail201212; t=1475091652; bh=zyWpd0akNyL2ctLNip0EBAVrkeDWyJxNXiHKeut4WE8=; h=Subject:To:References:From:Date:In-Reply-To:From; b=usYtHaXPWBzVYcFXnmh1k5vF+U+PbQw+KuJf7PD2a0dT1L+PSW/ZNimjB9eKQLVVR q8rlJffrJvTkT58oKxoAEosPOTxIAcguSE5CZkziGhYH22cFG/wOjbHf38UTWMFpCw /1SZ8V8X++rKuGf1he4eSRfFshra7C4cSNY7eYAM= |
| In-Reply-To | <f0eb24f9-8334-520a-79e5-967d47b1b441@sschwarzer.net> |
| X-purgate | clean |
| X-purgate | This mail is considered clean (visit http://www.eleven.de for further information) |
| X-purgate-type | clean |
| X-purgate-Ad | Categorized by eleven eXpurgate (R) http://www.eleven.de |
| X-purgate | This mail is considered clean (visit http://www.eleven.de for further information) |
| X-purgate | clean |
| X-purgate-size | 902 |
| X-purgate-ID | 154282::1475091652-0000085D-966B98D1/0/0 |
| X-BeenThere | python-de@python.org |
| X-Mailman-Version | 2.1.23 |
| 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 | <eb31e09a-86a2-44c1-3f64-f1890f7c2ae1@mail.de> |
| X-Mailman-Original-References | <5451e46e-5eca-e89d-61ef-2030e6aee36e@xgm.de> <42e7d3e5-3dd7-f835-8d49-bfff223e47b4@procoders.net> <f0eb24f9-8334-520a-79e5-967d47b1b441@sschwarzer.net> |
| Xref | csiph.com de.comp.lang.python:4551 |
Show key headers only | View raw
Ich kann auch nur YAML aus den folgenden Gründen empfehlen: - inkrementelles Schreiben - Standardisierung von Datum und Zeitstempeln - menschenlesbar(er im Vergleich zu JSON) - JSON ist ein Subset von YAML - unterstützt Dokumente per Streaming Wir setzen YAML auch produktiv erfolgreich ein, von daher kann es sein, dass ich voreingenommen bin. :) Sven On 28.09.2016 06:47, Stefan Schwarzer wrote: > On 2016-09-28 01:03, Achim Domma wrote: >> Json!? > Wenn ich das richtig sehe, hätte JSON den Nachteil, > dass man am Ende immer eine geschweifte Klammer hat, > die beim inkrementellen Anfügen stört. > > Mir fällt noch YAML ein. > > https://en.wikipedia.org/wiki/Yaml > http://pyyaml.org/ > > Viele Grüße > Stefan > _______________________________________________ > python-de maillist - python-de@python.org > https://mail.python.org/mailman/listinfo/python-de
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] Wie Key-Value Sets speichern? "Sven R. Kunze" <srkunze@mail.de> - 2016-09-28 21:40 +0200
csiph-web