IDLE (Python): differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m top: sistemazione fonti, smistamento lavoro sporco e fix vari
Botcrux (discussione | contributi)
m Bot: correggo template citazione fonti
 
Riga 20:
}}
 
'''IDLE''' ('''Integrated Development and Learning Environment''') <ref>From the Help > About screen</ref><ref>{{Cita web|url=https://docs.python.org/3/library/idle.html|titolo=IDLE — Python 3.9.5 documentation|accesso=4 giugno 2020|urlarchivio=https://web.archive.org/web/20200604195234/https://docs.python.org/3/library/idle.html}}</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>{{cita testo|url=https://lwn.net/1998/1119/idle.html|titolo=Subject: IDLE 0.1 -- a Python IDE|urlarchivio=https://web.archive.org/web/20180925142146/https://lwn.net/1998/1119/idle.html}}, 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>{{cita testo|url=https://hg.python.org/cpython/file/tip/Lib/idlelib/HISTORY.txt|urlarchivio=https://web.archive.org/web/20191101181226/https://hg.python.org/cpython/file/tip/Lib/idlelib/HISTORY.txt|urlmorto=sì|titolo=IDLE 0.1 was distributed with the Python 1.5.2b1 release on 12/22/98.|postscript=nessuno}}, 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.
Riga 44:
* {{cita testo|url=https://docs.python.org/library/idle.html|titolo=IDLE nella documentazione Python}}
* {{cita testo|url=https://wiki.python.org/moin/IDLE|titolo=IDLE sul wiki di Python}}
* {{cita testo|url=http://www.annedawson.net/Python_Editor_IDLE.htm|urlarchivio=https://web.archive.org/web/20150901103436/http://www.annedawson.net/Python_Editor_IDLE.htm|urlmorto=sì|titolo=Una guida all'utilizzo di IDLE}}
 
{{Portale|software libero}}