Get started with Python in Visual Studio Code

Veröffentlicht am: 01 Januar 1970
auf dem Kanal: cyberNet
57
1

Python Creator: Guido van Rossum
https://gvanrossum.github.io

Content:
Install Python 3.
Install and configure Visual Studio Code and an extension for Python.
Create a Python file.
Write and run Python code in Visual Studio Code.

Reference:
Google Chrome browser: https://www.google.com/chrome
Python: https://www.python.org
Visual Studio Code: https://code.visualstudio.com
Video - Install Visual Studio Code:    • How to install VSCode in Windows 10  
Visual Studio: https://visualstudio.microsoft.com

Here is a simple Python program to get started.

import random
This is the first Python program
n = int(input('How many numbers you want to generate: '))

for i in range(n):
print(random.randrange(1,100), end=' ')

------------------------------------
#computerprogramming #python #vscode


Auf dieser Seite können Sie das Online-Video Get started with Python in Visual Studio Code mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer cyberNet 01 Januar 1970 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 57 Mal angesehen und es wurde von 1 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!