Python Installation and Configuration on Windows
Python Tutorial Outline:-
Python-2: Python Installation and Configuration on Windows - Outline
- 1.1: Introduction
- 1.2: Getting Python
- 1.3: Installing Python on Windows
- 1.4: Check Python after install on Windows
1.1. Introduction
Python is a widely used high-level programming language. This programming Language has been gaining popularity and is considered as one of the most popular and flexible server-side programming languages. To write and execute code in python, first you need to install on your system. Installing Python on Windows takes a few easy steps.
1.2. Getting Python
The most up-to-date and current source code, binaries, documentation, news, etc., is available on the official website of Python www.python.org
You can download Python documentation from www.python.org/doc/. The documentation is available in HTML, PDF, and PostScript formats.
1.3. Installing Python on Windows
Python distribution is available for a wide variety of platforms. You need to download only the binary code applicable for your platform and install Python.
1.4. Check Python after install on Windows
Open CMD and check your python version by write command,
python --version
You can check the pip version by write command,
pip -V
I hope this was helpful, and you were successfully able to download and install Python on Windows.
Comment / Reply From
You May Also Like
Popular Posts
Stay Connected
Newsletter
Subscribe to our mailing list to get the new updates!