IDLE (Python): differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Botcrux (discussione | contributi)
m Bot: Aggiungo template {{interprogetto}} (FAQ)
Botcrux (discussione | contributi)
m Bot: correggo template citazione fonti
 
(Una versione intermedia di un altro utente non mostrate)
Riga 16:
|Licenza = [[Python Software Foundation License]]
|SoftwareLibero = sì
|SitoWeb = {{URL|https://docs.python.org/library/idle.html}}
|Lingua = Solo [[lingua inglese|inglese]]
}}
 
'''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 26:
L'interfaccia di IDLE è intuitiva e facile da usare, rendendola ideale anche per i principianti. Offre tutte le funzionalità di base necessarie per scrivere, eseguire codice Python ed è disponibile per [[Linux]], [[Microsoft Windows|Windows]] e [[macOS]].
 
Secondo quanto riportato nella documetazione ufficiale,<ref>{{Cita web|url=https://docs.python.org/3/library/idle.html|titolo=Documentazione IDLE|lingua=Ingleseen}}</ref> le sue caratteristiche principali sono:
 
* '''Python Shell Window''': Include una finestra di shell interattiva (interprete Python) con colorazione del codice di input, output e messaggi di errore.
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}}