IDLE (original) (raw)

About DBpedia

Το IDLE (συντομογραφία του Integrated DeveLopment Environment ή Integrated Development and Learning Environment) είναι ένα ολοκληρωμένο περιβάλλον ανάπτυξης (IDE) για την γλώσσα προγραμματισμού Python και παρέχεται δωρεάν μαζί με την εγκατάσταση από την έκδοση 1.5.2 beta. Είναι εξολοκλήρου γραμμένο σε Python και επειδή ως γραφικό περιβάλλον χρήστη (GUI) χρησιμοποιεί το Tkinter toolkit, μπορεί να εκτελεσθεί σε περιβάλλον Linux, Microsoft Windows και Mac OS X. Πιθανολογείται ότι το όνομα προήλθε από ένα μέλος της κωμικής σειράς «Monty Python's Flying Circus», τον .

thumbnail

Property Value
dbo:abstract IDLE (zkratka anglického Integrated Development and Learning Environment, doslova Integrované vývojové a výukové prostředí) je vývojové prostředí pro Python, které je přímo součástí jazyka od jeho verze 1.5.2b1, byť například v rámci balíčkovacích systémů různých linuxových distribucí bývá často zabaleno odděleně. Je samo napsáno v Pythonu s použitím knihovny Tkinter (což je pythonovské rozhraní pro Tk). IDLE je multiplatformní, funguje víceméně stejně na Linuxu (a jiných systémech unixového typu), macOS i na Microsoft Windows. Podporuje mimo jiné zvýrazňování syntaxe, našeptávání, ladicí zarážky a zobrazení zásobníku volání. Vzhledem k tomu, že tvůrce jazyka i IDLE Guido van Rossum pojmenoval jazyk po britské komediální skupině zvané Monty Python, je pravděpodobně, že název IDLE má kromě zkratky popisného názvu odkazovat také k jednomu z jejích členů, Ericu Idleovi. (cs) IDLE és un entorn integrat de desenvolupament per al llenguatge de programació Python. El seu autor original és Guido van Rossum, l'inventor del mateix llenguatge Python, que el va nomenar amb les inicials d'IDLE com acrònim d'Integrated DeveLopment Environment. IDLE s'ha alliberat de forma conjunta amb les noves versions d'aquest llenguatge des de la versió 1.5.2b1. Tot i això la seva incorporació als paquets de programari Python és opcional en diverses distribucions Linux. El programa en si està completament escrit en Python i empra el conjunt d'eines d'interfície gràfica d'usuari Tkinter. L'IDLE està ideat per ser un entorn de desenvolupament apte per principiants, especialment en un entorn de formació. (ca) Το IDLE (συντομογραφία του Integrated DeveLopment Environment ή Integrated Development and Learning Environment) είναι ένα ολοκληρωμένο περιβάλλον ανάπτυξης (IDE) για την γλώσσα προγραμματισμού Python και παρέχεται δωρεάν μαζί με την εγκατάσταση από την έκδοση 1.5.2 beta. Είναι εξολοκλήρου γραμμένο σε Python και επειδή ως γραφικό περιβάλλον χρήστη (GUI) χρησιμοποιεί το Tkinter toolkit, μπορεί να εκτελεσθεί σε περιβάλλον Linux, Microsoft Windows και Mac OS X. Πιθανολογείται ότι το όνομα προήλθε από ένα μέλος της κωμικής σειράς «Monty Python's Flying Circus», τον . (el) IDLE (بالإنجليزية: Integrated Development Learning Environment)‏ هو بيئة تطوير متكاملة للغة بايثون، وهي مرفقة بالتطبيق الافتراضي للغة بايثون منذ الإصدار 1.5.2b1. وهي مضافة كمكون اختياري في حزمة بايثون في عدد من توزيعات لينكس. وهي مكتوبة بالكامل بلغة بايثون ومكتبة Tkinter التي تعد غلافًا للتعامل مع Tcl/Tk. يعد IDLE بيئة تطوير متكاملة بمزايا قليلة. من مزاياه الإكمال الآلي، الإزاحة الذكية، وتلوين الأكواد ومحرر للأكواد في نوافذ متعددة وصدفة بايثون تقدم ميزة تلوين الأكواد. (ar) IDLE, Kurzform für „Integrated Development and Learning Environment“, ist die seit 1998 dem Installer für die Programmiersprache Python beigegebene leichtgewichtige integrierte Entwicklungsumgebung (IDE). Sie ist vollständig in Python und dem Tkinter GUI-Toolkit, einem Wrapper für Tcl/Tk, geschrieben. IDLE ist als einfache IDE gedacht und eignet sich für Anfänger, auch im Bildungsumfeld. Zu diesem Zweck ist sie plattformübergreifend und vermeidet eine Überladung mit komplizierten Funktionalitäten. Die Hauptfunktionen sind: * plattformübergreifend: funktioniert unter Windows, Unix und macOS weitgehend identisch. * Python-Shell-Fenster (interaktiver Interpreter) mit Einfärbung von Codeeingaben, Ausgaben und Fehlermeldungen. * Multi-Fenster-Text-Editor mit mehrfacher Rückgängigmachung, automatische Einrückung und Einfärbung des Quellcodes, Autovervollständigung und anderen Funktionen. * Suchen in jedem Fenster, Ersetzen in Editorfenstern und Durchsuchen mehrerer Dateien. * Debugger mit persistenten Haltepunkten, Stepping und Anzeige von globalen und lokalen Namensräumen. * mehrere Dialogboxen für verschiedenste Funktionen und Konfigurationen. IDLE wurde als „Einweg“-IDE bezeichnet, da erfahrene Benutzer häufig zu einer fortgeschritteneren IDE wechseln. Da Guido van Rossum, der Erfinder der Sprache Python, die Programmiersprache so benannt hat, um die britische Comedy-Gruppe Monty Python zu ehren, wurde der Name IDLE wahrscheinlich auch gewählt, um Eric Idle, eines der Gründungsmitglieder von Monty Python, zu ehren. (de) IDLE (short for Integrated Development and Learning Environment) is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5.2b1. It is packaged as an optional part of the Python packaging with many Linux distributions. It is completely written in Python and the Tkinter GUI toolkit (wrapper functions for Tcl/Tk). IDLE is intended to be a simple IDE and suitable for beginners, especially in an educational environment. To that end, it is cross-platform, and avoids feature clutter. According to the included README, its main features are: * Multi-window text editor with syntax highlighting, autocompletion, smart indent and other. * Python shell with syntax highlighting. * Integrated debugger with stepping, persistent breakpoints, and call stack visibility. Author Guido van Rossum says IDLE stands for "Integrated Development and Learning Environment", and since Van Rossum named the language Python after the British comedy group Monty Python, the name IDLE was probably also chosen partly to honor Eric Idle, one of Monty Python's founding members. (en) IDLE (abreviatura de Integrated Development and Learning Environment, en español: «Entorno de desarrollo y aprendizaje integrado»)​ es un entorno de desarrollo integrado para Python, que se incluye con la implementación predeterminada del lenguaje desde la versión 1.5.2b1.​ Está empaquetado como una parte opcional del paquete de Python con muchas distribuciones de Linux. IDLE está destinado a ser un entorno de desarrollo integrado simple y enfocado para su uso por parte de usuarios principiantes, especialmente en un entorno educativo. Con ese fin, es multiplataforma y evita la sobrecarga de funcionalidades. Según el archivo README incluido, sus principales características son: * Editor de texto de múltiples ventanas con resaltado de sintaxis, autocompletado, sangría inteligente y otros. * Intérprete de Python con resaltado de sintaxis. * Depurador integrado con pasos, breakpoints persistentes y visualización de espacios de nombres locales y globales.​ El autor, Guido van Rossum, explicó que IDLE significa "Integrated DeveLopment Environment",​ y dado que van Rossum nombró al lenguaje Python en honor al grupo de comedia británico Monty Python, el nombre IDLE probablemente también fue elegido para honrar a Eric Idle, uno de los miembros fundadores de Monty Python.​ ​ (es) IDLE est un environnement de développement intégré pour le langage Python. Il n'est pas inclus dans le paquet Python pour de nombreuses distributions Linux. Il est intégralement écrit avec Python et la bibliothèque graphique Tkinter. IDLE signifie « Integrated DeveLopment Environment » (« environnement de développement intégré », en français) selon Guido van Rossum. D'autre part, Python étant ainsi appelé en référence à la troupe de comiques britanniques Monty Python, le nom IDLE pourrait être une référence à Eric Idle, un membre fondateur de la troupe. (fr) ( 다른 뜻에 대해서는 아이들 문서를 참고하십시오.) IDLE은 1.5.2b1부터 언어의 기본 구현체로 기본 포함된 파이썬의 통합 개발 환경(IDE)이다. 수많은 리눅스 배포판과 함께 파이썬 패키징의 선택적 부분으로 패키징된다. 온전히 파이썬과 GUI 툴킷(Tcl/Tk의 래퍼 기능)으로 개발되어 있다. (ko) IDLEはPython用の統合開発環境であり、マルチウィンドウ型のテキストエディタである。バージョン1.5.2b1以降のPythonに標準で付属している。 (ja) IDLE (Integrated DeveLopment Environment lub Integrated Development and Learning Environment) – proste zintegrowane środowisko programistyczne (IDE) dla Pythona, dołączane do kanonicznej implementacji tego języka – CPython. Jest napisane całkowicie w Pythonie, przy użyciu biblioteki Tkinter. (pl) IDLE é um ambiente de desenvolvimento integrado para Python, que é lançado em cada liberação da ferramenta de programação desde a versão 2.3. Ele não é incluso no pacote Python incluído com muitas distribuições Linux. É completamente escrito em Python e com o kit de ferramentas de GUI Tkinter (funções de empacotamento para Tcl/Tk). De acordo com o arquivo README incluso, suas principais características são: * Editor de textos multi-janela com destaque de sintaxe, autocomplemento, indentação rápida e outras. * Shell Python com destaque de sintaxe. * Depurador integrado com passo-a-passo, pontos de parada persistentes e visibilidade de chamada de pilha. O nome Python foi definido em homenagem ao grupo de comédia britânico Monty Python. O nome IDLE significa Integrated Development and Learning Environment ou Ambiente Integrado de Desenvolvimento e Aprendizagem. (pt) IDLE (Integrated Development and Learning Environment) — это интегрированная среда разработки и обучения на языке Python, созданная с помощью библиотеки Tkinter. Официально — искажение IDE, но на самом деле названа в честь Эрика Айдла (англ. Eric Idle) из Монти Пайтон. Поставляется вместе с Python и благодаря использованию Tkinter может использоваться на многих платформах, среди которых Windows, Mac OS, Unix-подобные ОС. (ru)
dbo:author dbr:Guido_van_Rossum
dbo:genre dbr:Integrated_development_environment
dbo:programmingLanguage dbr:Python_(programming_language)
dbo:releaseDate 1998-12-22 (xsd:date)
dbo:thumbnail wiki-commons:Special:FilePath/Python's_IDLE.png?width=300
dbo:wikiPageExternalLink https://docs.python.org/library/idle.html https://wiki.python.org/moin/IDLE https://web.archive.org/web/20150901103436/http:/www.annedawson.net/Python_Editor_IDLE.htm
dbo:wikiPageID 10849171 (xsd:integer)
dbo:wikiPageLength 4789 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1120941073 (xsd:integer)
dbo:wikiPageWikiLink dbr:Python_(programming_language) dbc:Free_integrated_development_environments dbc:Free_computer_libraries dbr:Program_animation dbr:List_of_integrated_development_environments_for_Python dbr:Monty_Python dbr:Eric_Idle dbr:Breakpoint dbr:Guido_van_Rossum dbr:Tcl dbc:Python_(programming_language)_software dbr:Wrapper_function dbc:Software_using_the_PSF_license dbr:Integrated_development_environment dbr:README dbr:Syntax_highlighting dbr:Linux_distributions dbr:Tk_(framework) dbr:Tkinter
dbp:author dbr:Guido_van_Rossum
dbp:caption IDLE in action under Ubuntu: shell with highlights settings (en)
dbp:genre dbr:Integrated_development_environment
dbp:name IDLE (en)
dbp:programmingLanguage dbr:Python_(programming_language)
dbp:released 1998-12-22 (xsd:date)
dbp:screenshot Python's IDLE.png (en)
dbp:title IDLE (en)
dbp:website https://docs.python.org/library/idle.html
dbp:wikiPageUsesTemplate dbt:About dbt:Infobox_software dbt:Portal dbt:Reflist dbt:Short_description dbt:Start_date_and_age dbt:Wikidata dbt:Commons-cat-inline dbt:Integrated_development_environments
dbp:wordnet_type http://www.w3.org/2006/03/wn/wn20/instances/synset-software-noun-1
dct:subject dbc:Free_integrated_development_environments dbc:Free_computer_libraries dbc:Python_(programming_language)_software dbc:Software_using_the_PSF_license
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 umbel-rc:SoftwareObject
rdfs:comment Το IDLE (συντομογραφία του Integrated DeveLopment Environment ή Integrated Development and Learning Environment) είναι ένα ολοκληρωμένο περιβάλλον ανάπτυξης (IDE) για την γλώσσα προγραμματισμού Python και παρέχεται δωρεάν μαζί με την εγκατάσταση από την έκδοση 1.5.2 beta. Είναι εξολοκλήρου γραμμένο σε Python και επειδή ως γραφικό περιβάλλον χρήστη (GUI) χρησιμοποιεί το Tkinter toolkit, μπορεί να εκτελεσθεί σε περιβάλλον Linux, Microsoft Windows και Mac OS X. Πιθανολογείται ότι το όνομα προήλθε από ένα μέλος της κωμικής σειράς «Monty Python's Flying Circus», τον . (el) IDLE (بالإنجليزية: Integrated Development Learning Environment)‏ هو بيئة تطوير متكاملة للغة بايثون، وهي مرفقة بالتطبيق الافتراضي للغة بايثون منذ الإصدار 1.5.2b1. وهي مضافة كمكون اختياري في حزمة بايثون في عدد من توزيعات لينكس. وهي مكتوبة بالكامل بلغة بايثون ومكتبة Tkinter التي تعد غلافًا للتعامل مع Tcl/Tk. يعد IDLE بيئة تطوير متكاملة بمزايا قليلة. من مزاياه الإكمال الآلي، الإزاحة الذكية، وتلوين الأكواد ومحرر للأكواد في نوافذ متعددة وصدفة بايثون تقدم ميزة تلوين الأكواد. (ar) IDLE est un environnement de développement intégré pour le langage Python. Il n'est pas inclus dans le paquet Python pour de nombreuses distributions Linux. Il est intégralement écrit avec Python et la bibliothèque graphique Tkinter. IDLE signifie « Integrated DeveLopment Environment » (« environnement de développement intégré », en français) selon Guido van Rossum. D'autre part, Python étant ainsi appelé en référence à la troupe de comiques britanniques Monty Python, le nom IDLE pourrait être une référence à Eric Idle, un membre fondateur de la troupe. (fr) IDLEはPython用の統合開発環境であり、マルチウィンドウ型のテキストエディタである。バージョン1.5.2b1以降のPythonに標準で付属している。 (ja) IDLE (Integrated DeveLopment Environment lub Integrated Development and Learning Environment) – proste zintegrowane środowisko programistyczne (IDE) dla Pythona, dołączane do kanonicznej implementacji tego języka – CPython. Jest napisane całkowicie w Pythonie, przy użyciu biblioteki Tkinter. (pl) IDLE (Integrated Development and Learning Environment) — это интегрированная среда разработки и обучения на языке Python, созданная с помощью библиотеки Tkinter. Официально — искажение IDE, но на самом деле названа в честь Эрика Айдла (англ. Eric Idle) из Монти Пайтон. Поставляется вместе с Python и благодаря использованию Tkinter может использоваться на многих платформах, среди которых Windows, Mac OS, Unix-подобные ОС. (ru) IDLE és un entorn integrat de desenvolupament per al llenguatge de programació Python. El seu autor original és Guido van Rossum, l'inventor del mateix llenguatge Python, que el va nomenar amb les inicials d'IDLE com acrònim d'Integrated DeveLopment Environment. (ca) IDLE (zkratka anglického Integrated Development and Learning Environment, doslova Integrované vývojové a výukové prostředí) je vývojové prostředí pro Python, které je přímo součástí jazyka od jeho verze 1.5.2b1, byť například v rámci balíčkovacích systémů různých linuxových distribucí bývá často zabaleno odděleně. Je samo napsáno v Pythonu s použitím knihovny Tkinter (což je pythonovské rozhraní pro Tk). IDLE je multiplatformní, funguje víceméně stejně na Linuxu (a jiných systémech unixového typu), macOS i na Microsoft Windows. (cs) IDLE, Kurzform für „Integrated Development and Learning Environment“, ist die seit 1998 dem Installer für die Programmiersprache Python beigegebene leichtgewichtige integrierte Entwicklungsumgebung (IDE). Sie ist vollständig in Python und dem Tkinter GUI-Toolkit, einem Wrapper für Tcl/Tk, geschrieben. IDLE ist als einfache IDE gedacht und eignet sich für Anfänger, auch im Bildungsumfeld. Zu diesem Zweck ist sie plattformübergreifend und vermeidet eine Überladung mit komplizierten Funktionalitäten. Die Hauptfunktionen sind: (de) IDLE (short for Integrated Development and Learning Environment) is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5.2b1. It is packaged as an optional part of the Python packaging with many Linux distributions. It is completely written in Python and the Tkinter GUI toolkit (wrapper functions for Tcl/Tk). IDLE is intended to be a simple IDE and suitable for beginners, especially in an educational environment. To that end, it is cross-platform, and avoids feature clutter. (en) IDLE (abreviatura de Integrated Development and Learning Environment, en español: «Entorno de desarrollo y aprendizaje integrado»)​ es un entorno de desarrollo integrado para Python, que se incluye con la implementación predeterminada del lenguaje desde la versión 1.5.2b1.​ Está empaquetado como una parte opcional del paquete de Python con muchas distribuciones de Linux. Según el archivo README incluido, sus principales características son: (es) IDLE é um ambiente de desenvolvimento integrado para Python, que é lançado em cada liberação da ferramenta de programação desde a versão 2.3. Ele não é incluso no pacote Python incluído com muitas distribuições Linux. É completamente escrito em Python e com o kit de ferramentas de GUI Tkinter (funções de empacotamento para Tcl/Tk). De acordo com o arquivo README incluso, suas principais características são: (pt)
rdfs:label IDLE (ar) IDLE (Python) (ca) IDLE (cs) IDLE (Python) (de) IDLE (Python) (el) IDLE (es) IDLE (en) IDLE (Python) (fr) IDLE (ko) IDLE (Python) (ja) IDLE (pl) IDLE (pt) IDLE (ru)
owl:sameAs wikidata:IDLE dbpedia-ar:IDLE dbpedia-ca:IDLE dbpedia-cs:IDLE dbpedia-de:IDLE dbpedia-el:IDLE dbpedia-es:IDLE dbpedia-fa:IDLE dbpedia-fr:IDLE dbpedia-he:IDLE dbpedia-ja:IDLE dbpedia-ko:IDLE dbpedia-pl:IDLE dbpedia-pt:IDLE dbpedia-ru:IDLE dbpedia-sk:IDLE dbpedia-sr:IDLE https://global.dbpedia.org/id/3xLBu
prov:wasDerivedFrom wikipedia-en:IDLE?oldid=1120941073&ns=0
foaf:depiction wiki-commons:Special:FilePath/Python's_IDLE.png
foaf:homepage https://docs.python.org/library/idle.html
foaf:isPrimaryTopicOf wikipedia-en:IDLE
foaf:name IDLE (en)
is dbo:wikiPageDisambiguates of dbr:Idle
is dbo:wikiPageRedirects of dbr:IDLE_(Python) dbr:IDLE_(Python_programming_language) dbr:Integrated_DeveLopment_Environment
is dbo:wikiPageWikiLink of dbr:Python_(programming_language) dbr:UserLAnd_Technologies dbr:BAITSSS dbr:List_of_Python_software dbr:IDLE_(Python) dbr:Idle dbr:IDLE_(Python_programming_language) dbr:Integrated_DeveLopment_Environment
is foaf:primaryTopic of wikipedia-en:IDLE