Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 1.63 KB

install.md

File metadata and controls

75 lines (44 loc) · 1.63 KB

Installations

Python

Python download

Check the two options in the dialog:

Python

PyCharm

Community edition, not Professional edition.

Pycharm download

Using winget

winget is a modern Windowns package manager.

winget install Python.Python.3.12

PATH variable

The PATH variable in Windows is an environment variable that contains a list of
directories where the operating system looks for executable files. When you type
a command in the command prompt, Windows searches through the PATH directories to
find the executable file to run.

Press Windows+R, type sysdm.cpl, and press Enter to open System Properties.
Go to the Advanced tab and click on Environment Variables.

To print all paths:

echo %path%

To print all directories, each directory is on a separate line:

echo %path:;=&echo(%

VS Code

VS Code, short for Visual Studio Code, is a popular source code editor that's both
lightweight and powerful. Unlike a full-fledged Integrated Development Environment
(IDE) like Visual Studio, VS Code focuses on being a fast and efficient tool for writing code.

https://code.visualstudio.com/download

winget install Microsoft.VisualStudioCode

Windows Terminal

Windows Terminal is a modern terminal on Windows OS.

winget install Microsoft.WindowsTerminal

Online Python

www.online-python.com
programiz.pro/ide/python