0% found this document useful (0 votes)
29 views2 pages

Visual Studio

The document discusses the features of the Python Extension Pack for Visual Studio Code, which enhances its functionality as a powerful IDE. Key features include linting, debugging, autocompletion, code formatting, unit testing, and code snippets. It also provides a brief guide on creating a new Python file in VS Code.

Uploaded by

compnetworxxx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

Visual Studio

The document discusses the features of the Python Extension Pack for Visual Studio Code, which enhances its functionality as a powerful IDE. Key features include linting, debugging, autocompletion, code formatting, unit testing, and code snippets. It also provides a brief guide on creating a new Python file in VS Code.

Uploaded by

compnetworxxx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Visual Studio Code Most popular Code Editor

Pytohn Extension pack- Bundle of five extension

How to make VS Code powerful IDE by using an Extension called Python to bring extra functionality

with this Extension or plugin we get number of features such ash

LInting-Basically means Analyzing a Code for Potential Errors

Debugging-Finding and Fixing Errors

Autocompletion-heps us to write code faster to avoind typing every character of code

Code formatiing -Making Code claean and readable just like how we formt our articles Newspaper Books
to make them clean and readable

Unit Testing-writin a bunch of test in autoamted fashion to make sure that our code is behaving
correctly

Code snippets-Reusable COde Blocks whcih we can quickly generate avoid typing all by hand

GO TO VIUAL CODE CLICK THE SUARE ICON for extension to open the extension tabs

type python go ahead and install

How to Create File in Vs Code

File Extension

pylint

code runner

format
Open Visual Studio Code

on the top from the file menu clikc open create a folder on your Desktop click Hello World

clcik the explorer icon on the top to opens up the explorer panel

in this panel you will see all the files and folders in your project

lets add new file and called that [Link]

all the python file has .py extension

now close this explorer by clicking that explorer icon again

now start writing your code

You might also like