Implementasi Pemrograman Python Menggunakan Visual Studio Code
Keywords:
Python, VsCode, AlgorithmAbstract
Python is a programming language that
is widely used by large companies and developers to
develop various kinds of desktop, web and mobile
based applications. Apart from large companies and
developers, python is also widely studied among
students and campuses, especially IT-based
campuses. Learning programming is not easy, but not
difficult, depending on how you learn it, and how fast
you learn it. Learning programming can be easier to
do by going through the basics of programming,
which are summarized in three basic structures,
namely sequences, branches and loops. The
programming structure is written using an IDE
(Integrated Development Environment). One IDE
(Integrated Development Environment) for python
programming is VSCode (Visual Studio Code), which
can run on Windows, Linux and Mac operating
systems. This paper aims to facilitate the basic
learning of Python programming using VSCode
starting from python installation, VSCode installation
on windows, and python programming on VSCode
based on programming algorithms. The method used
is literature study and experiment. A literature study
is conducted to examine the basic concepts of
programming which are summarized in an algorithm
consisting of a sequence algorithm, a branching
algorithm, and a looping algorithm. The experiment
was carried out to try the algorithm code into the
python programmer which is implemented using
VSCode.

