

I introduce Visual Studio Code in this article since this is one of the most popular code editors not only for Python but for programming in general.

Furthermore, Visual Studio Code allows you to install a wide variety of extensions made by Microsoft and other contributors in the community that offers different toolsets like linting (checking the validity of your code). With an application like Visual Studio Code, you gain the benefits of working in an application that can help you write your code faster, cleaner, and better - it also makes it easier to test, debug, and execute your code. As also mentioned in the previous article, you can essentially write Python code in any text editor application, for example, Notepad, however, I would highly recommend finding and using more efficient software for the job like Visual Studio Code. Link to the original article: Īfter installing Python and running our very first simple script in the previous article, it is now time to download, install, and set up a well-suited application for writing, editing, and executing Python code. NOTE: This article is a copy of an article from my, Mathias Balsløw, personal blog website. An alternative is P圜harm, one of the most popular Python IDEs that will assist you in writing your Python code, install additional modules, and much more. We recommend installing and using the highly popular and completely free Visual Studio Code developed by Microsoft. After installing Python on your PC, we recommend that you install either an integrated development environment (IDE) or a strong text editor to write and manage your Python code.
