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