Treffer: Komparasi Kinerja Integrated Development Environment (IDE) Dalam Mengeksekusi Perintah Python

Title:
Komparasi Kinerja Integrated Development Environment (IDE) Dalam Mengeksekusi Perintah Python
Authors:
Source:
SATESI: Jurnal Sains Teknologi dan Sistem Informasi; Vol. 2 No. 1 (2022): April 2022; 52-59 ; 2807-8152 ; 10.54259/satesi.v2i1
Publisher Information:
Yayasan Pendidikan Penelitian Pengabdian ALGERO
Publication Year:
2022
Subject Terms:
Document Type:
Fachzeitschrift article in journal/newspaper
File Description:
application/pdf
Language:
English
Rights:
Copyright (c) 2022 ismail setiawan ; https://creativecommons.org/licenses/by/4.0
Accession Number:
edsbas.983B35AB
Database:
BASE

Weitere Informationen

An IDE is basically a software package consisting of tools used to develop and test software. IDEs help automate developer tasks by reducing manual effort and combining all tools in a common framework. If the IDE does not exist, then the developer will have to do the selection, integration, and deployment process manually. This study tries to compare the performance of ideas in recognizing writing errors or the simplest syntax in the python language, namely indentation. The test results of the 6 IDEs used found 1 IDE that managed to detect syntax writing errors, namely w3schools. The choice lies with the developer. Generally, the idea is used for programs such as compiled languages such as C, C++, Java, .NET. While the code editor is used for scripts and interpreted, such as PHP, JavaScript, Python, Ruby. In terms of features, of course, using an IDE is more complete than a text editor. If the developer uses VS code, the environment can be adjusted like a code editor but still carries the reliability of an IDE. ; IDE pada dasarnya adalah paket perangkat lunak yang terdiri dari peralatan yang digunakan untuk mengembangkan dan menguji perangkat lunak. IDE membantu mengotomatiskan tugas pengembang dengan mengurangi upaya manual dan menggabungkan semua peralatan dalam kerangka umum. Jika IDE tidak ada, maka developer harus melakukan proses seleksi, integrasi, dan deployment secara manual. Penelitian ini mencoba untuk membandingkan kinerja ide dalam mengenali kesalahan penulisan atau sintaks yang paling sederhana pada bahasa python yaitu indentansi. Hasil pengujian dari 6 IDE yang digunakan didapati 1 IDE yang berhasil mendeteksi kesalahan penulisan sintaks yaitu w3schools