How to Install Python on Windows?
Python source codes are available under GNU and its source code is freely available. PYTHON interpreter is free and Downloads for many platforms like LINUX, MAC OS, Ios, WINDOWS, etc. You can download it from the Python website.
About Python:
Python is an easy-to-learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming.
Python is a popular, simple, High-Level programming and Object-Oriented Language. Python language was created by Guido Van Rossum. Sir Guido Van Rossum is also known as the Father of Python Programming. Python language is released in 1991.
Python is a dynamic, interpreted (bytecode-compiled) language. There are no type declarations of variables, parameters, functions, or methods in Python.
INSTALL PYTHON ON LINUX:
The Python interpreter is usually installed as /usr/local/bin/python on those machines where it is available; putting: /usr/local/bin in your UNIX shell's search path makes it possible to start it by typing the command "python" to the shell.
Python 3 can be installed On Ubuntu Linux using the following terminal command.
$sudo apt-get install python3-minimalINSTALL PYTHON ON WINDOWS: -
On Windows machines, a Python installation is usually placed in C:\Users\UserName\AppData\Local\Programs\Python\Python(Version), although you can change this while running the installer.
To install Python on a Windows machine, follow these steps: Download Python for Windows.
Run the Python installer.
Here, you will see the Python wizard, which is very easy to use. Just accept the default recommended settings and click on the Next button, wait until the installation is complete, and you are done.
DOWNLOAD THE LATEST VERSION OF PYTHON: - CLICK HERE
INSTALL PYTHON ON MAC: -
Python is already a port of Mac OS. Open the terminal and type python.
PYTHON GUI:
Here are Various types of python GUI-based Python IDE that Python programmers can use for a better programming experience.
Some Python Editor Name:
1. PYCHARM
2. PYTHON IDLE
3. PYTHON BUNDLE
4. PYTHON
5. SUBLIME TEXT Editor




0 Comments