Get started with Python in Visual Studio Code

Publicado el: 01 enero 1970
en el canal de: 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


En esta página del sitio puede ver el video en línea Get started with Python in Visual Studio Code de Duración hora minuto segunda en buena calidad , que subió el usuario cyberNet 01 enero 1970, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 57 veces y le gustó 1 a los espectadores. Disfruta viendo!