-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37bccc7
commit 7875f59
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Setup Visual Studio Code | ||
|
||
Visual Studio Code adalah IDE yang ringan, cepat, dan memiliki banyak ekstensi yang dapat membantu dalam menulis kode Python. Visual Studio Code dapat diunduh di [situs resminya](https://code.visualstudio.com/). | ||
Visual Studio Code adalah IDE yang ringan, cepat, dan memiliki banyak ekstensi yang dapat membantu dalam menulis kode Python. | ||
|
||
Untuk mulai menggunakan Visual Studio Code untuk pemrograman Python, Anda bisa mengikuti tutorial resmi dari tim Visual Studio Code di sini: [Getting Started with Python](https://code.visualstudio.com/docs/python/python-tutorial). Tutorial ini akan membantu Anda untuk menginstal Visual Studio Code, menambahkan ekstensi Python, dan membuat proyek Python pertama Anda. |