IDLE (Python): differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
+ tmp collegamenti esterni
Corretto: "un ambiente"
Riga 20:
}}
 
'''IDLE''' ('''Integrated Development and Learning Environment''') <ref>From the Help > About screen</ref> <ref>{{Cite web|url=https://docs.python.org/3/library/idle.html|title=IDLE — Python 3.9.5 documentation|access-date=2020-06-04|archive-url=https://web.archive.org/web/20200604195234/https://docs.python.org/3/library/idle.html|archive-date=2020-06-04}}</ref> è un' [[ambiente di sviluppo integrato]] per [[Python]] che viene distribuito in [[bundle]] con la distribuzione Python di default a partire dalla versione 1.5.2b1. <ref>[https://lwn.net/1998/1119/idle.html Subject: IDLE 0.1 -- a Python IDE] {{Webarchive|url=https://web.archive.org/web/20180925142146/https://lwn.net/1998/1119/idle.html|date=2018-09-25}}, By Guido van Rossum - 16 Nov 1998 - comp.lang.python, ''At the conference I mentioned a few times that I was working on a Tkinter-based IDE for Python. I've decided to use the paradigm "release early and often" for this piece of software (especially since I don't expect I'll have much time to work on it), so version 0.1 (essentially a dump of my directory) is now sitting in the contrib directory ftp.python.org.''</ref> <ref>[https://web.archive.org/web/20191101181226/https://hg.python.org/cpython/file/tip/Lib/idlelib/HISTORY.txt IDLE 0.1 was distributed with the Python 1.5.2b1 release on 12/22/98.], From: ''\Python-1.5.2\Tools\idle\NEWS.txt''</ref>
 
È disponibile come pacchetto opzionale Python in molte [[Distribuzione Linux|distribuzioni Linux]]. IDLE è interamente scritto in linguaggio Python e utilizza il [[toolkit]] grafico [[Tkinter]] per la sua interfaccia utente. Tkinter è una libreria che fornisce funzioni [[wrapper]] per il toolkit Tcl/Tk, permettendo di creare interfacce grafiche in Python.