Better Programming

Advice for programmers.

Follow publication

Member-only story

7 Good to Know VS Code Extensions for Python Developers

Farhan Tanvir
Better Programming
Published in
4 min readMar 28, 2022

Photo by Kevin Canlas on Unsplash

Python is one of the most used programming languages in the world. According to a survey, it has a 26.9% share (Sources ) among all of the programming languages. Which is the largest one.

VSCode is one of the popular IDE. I believe it is hard to find a developer who doesn’t use VSCode. Here are 7 VScode extensions which will help you to make the best use of VScode if you are a python developer.

1. Python

Maybe this is the one which you only need. It is one of the most installed extensions with more than 53M installations. It has many functionalities like linting, debugging, code navigation, code formatting, refactoring, variable explorer, test explorer, and many more.

2. Python Indent

It could be a lifesaver extension for you. Indent is an important thing in programming. Because it increases readability. But in Python, it is super important. In Python, Indentation is used to indicate a block of code. I think you have already understood that this extension helps to correct Python indentation. It was installed more than 1.7M.

3. AutoDocstring

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Farhan Tanvir
Farhan Tanvir

Written by Farhan Tanvir

Believes in learn by doing . Currently working as a software engineer. Love to share Knowledge. https://twitter.com/FarhanTanvirBD

No responses yet

Write a response