Install Python on Windows 10

Profile picture for user devraj

Python is an interpreted high-level programming language for general-purpose programming.

Python features a dynamic type system and automatic memory management. It supports multiple programming paradigms, including object-oriented, imperative, functional and procedural, and has a large and comprehensive standard library.

Python interpreters are available for many operating systems. CPython, the reference implementation of Python, is open source software and has a community-based development model, as do nearly all of Python's other implementations. Python and CPython are managed by the non-profit Python Software Foundation.

Follow below steps to install Python on Window 10

Step 1: Go to This Link

Step 2: Click on below highlighted link, download will start.

Step 3: Open Downloaded File.

Step 4: Select below highlighted check boxes.

Step 5: Click on Install Now

Step 6: Click on Close

Step 7: Open, Command prompt and type below command

python -V
Tags