Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #4788
| 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] Frage zu IDLE |
| Date | Thu, 25 May 2017 12:51:18 +0200 |
| Lines | 30 |
| Message-ID | <mailman.44.1495709493.8815.python-de@python.org> (permalink) |
| References | <og2884$o6v$1@news.albasani.net> <cfb33114-ce9a-0b19-9f55-2d52683b8dc0@inqbus.de> <0cb91112-7b6a-e375-f444-fcca6d3cc5f3@mail.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Trace | news.uni-berlin.de 4xSnmIgDZywroyNx/BM/7gLgY1vRv593X7Tn8HupPm5g== |
| 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=mailde201610; t=1495709486; bh=jCind+KBpeEq3Pl4F2JVeoxQQ2OEpXkYnIBrxCAUygk=; h=Subject:To:References:From:Date:In-Reply-To:From; b=Wi3WKqkjVZdA09NUASe0AyresbX4jgNmWFAKvVAlmZzRt7gkWswnf77p14VIFy5hy pq2lE4pFe8vQUIRgSIscgAXjVJFFDFcHLFhQESHdyKmiQx69mQojS+yeK22lbZKKn3 z0siPTNIXOSn5sOZNZwxunxayRkeD7KHbswWgfsU= |
| In-Reply-To | <cfb33114-ce9a-0b19-9f55-2d52683b8dc0@inqbus.de> |
| Content-Language | en-US |
| 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 | 1150 |
| X-purgate-ID | 154282::1495709486-000070F2-E7AF6D76/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 | <0cb91112-7b6a-e375-f444-fcca6d3cc5f3@mail.de> |
| X-Mailman-Original-References | <og2884$o6v$1@news.albasani.net> <cfb33114-ce9a-0b19-9f55-2d52683b8dc0@inqbus.de> |
| Xref | csiph.com de.comp.lang.python:4788 |
Show key headers only | View raw
On 24.05.2017 00:21, Dr. Volker Jaenisch wrote: > Für den Laptop nimm lieber eine der besseren IDEs > Python-Entwicklungs-Umgebungen > <https://de.wikipedia.org/wiki/Python_%28Programmiersprache%29#Entwicklungsumgebung>. > Damit ist das Debuggen sehr viel einfacher. Auch wenn die Einarbeitung > in eine solche IDE seine Zeit kostet - es lohnt sich. Hi Peter, ich sehe das genauso wie Volker. IDLE ist zwar "ganz nett" (TM), trotzdem nutze ich PyCharm für auch für simple Skripte. - Run Configurations for the win - Debugging + Breakpoints + Variable Introspection for the win - Integrierte Versionsverwaltung (Lokale History, GIT) for the win - schnelle Nagivation im Code basierend auf dem Code (Variable Definition, Imports, etc.) - etc. etc. Interaktive Sessions, gehen natürlich am besten in der Python-Shell (eignet sich auch hervorragend als Taschenrechner ;-) ), allerdings solltest du, wenn du feststellst, dass du schon 10x das gleiche getan hast, das Ganze in ein Skript gießen. (und dafür bietet sich wieder PyCharm an ;) ) Happy Coding und viel Spaß mit Linux. :) Regards, Sven
Back to de.comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
Frage zu IDLE Peter Necas <familie.necas@aon.at> - 2017-05-23 23:06 +0200
Re: [Python-de] Frage zu IDLE "Dr. Volker Jaenisch" <volker.jaenisch@inqbus.de> - 2017-05-24 00:21 +0200
Re: [Python-de] Frage zu IDLE Peter Otten <__peter__@web.de> - 2017-05-24 15:55 +0200
Re: [Python-de] Frage zu IDLE "Sven R. Kunze" <srkunze@mail.de> - 2017-05-25 12:51 +0200
Re: Frage zu IDLE Hermann Riemann <nospam.ng@hermann-riemann.de> - 2017-05-25 17:51 +0200
Re: Frage zu IDLE Peter Necas <familie.necas@aon.at> - 2017-05-25 21:01 +0200
Re: [Python-de] Frage zu IDLE Stefan Schwarzer <sschwarzer@sschwarzer.net> - 2017-05-25 21:58 +0200
Re: [Python-de] Frage zu IDLE Hermann Riemann <nospam.ng@hermann-riemann.de> - 2017-06-24 05:45 +0200
csiph-web