your_os = 'Linux'
print(f'Install Python on your {your_os}')
IDE (Integrated Development Environment) is a development environment that integrates program development tools such as an editor that writes source code, a compiler that generates programs from source code, and a debugger that detects and corrects code injustices. It means that.
https://www.itreview.jp/categories/ide
To write Python code, you need a text editor to edit the source. Some of the popular text editors are: A good eater can greatly increase your productivity, which is very important for programmers.
We recommend ** Visual Studio Code ** (called VS Code) here. VS Code is an open source text editor made by Microsoft. All Windows / Mac / Linux are supported. Developed using Electron and TypeScript, it is a modern editor. It has all the essential functions of the code eater, and can be expanded with extended functions, making it lightweight and fast.
--Run python3 with VS code (windows10) --A memorandum of Python development and construction with VS Code
Recommended Posts