Integrated development environment
IDLE (Python)
IDLE is an Integrated DeveLopment Environment for
python, which is bundled in each release of the programming tool since 2.3. It is completely written in python and the
Tkinter GUI toolkit (
wrapper functions for
Tcl/
Tk).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.
See more at Wikipedia.org...
Environnement de développement intégré
Integrierte Entwicklungsumgebung
Zintegrowane srodowisko programistyczne
Zintegrowane środowisko programistyczne (
ang. Integrated Development Environment, IDE) jest to
aplikacja lub zespół aplikacji (środowisko) służących do tworzenia, modyfikowania, testowania i konserwacji
oprogramowania. Aplikacje będące zintegrowanymi środowiskami programistycznymi charakteryzują się tym, że udostępniają złożoną, wieloraką funkcjonalność obejmującą edycję
kodu źródłowego,
kompilowanie kodu źródłowego, tworzenie zasobów programu (tzn. formatek / ekranów / okien dialogowych, menu, raportów, elementów graficznych takich jak ikony, obrazy itp.), tworzenie
baz danych, komponentów i innych.
W celu uzyskania więcej informacji, zobacz w Wikipedia.οrg...
© W niniejszym artykule wykorzystano materialy pochodzace z
Wikipedia® i posiada on Powszechna
Licencje Publiczna GNU
Integrated development environment
Un integrated development environment (IDE), in italiano ambiente integrato di sviluppo, (conosciuto anche come integrated design environment o integrated debugging environment, rispettivamente ambiente integrato di progettazione e ambiente integrato di debugging) è un
software che aiuta i
programmatori nello sviluppo del software.
Per saperne di più visita Wikipedia.org...