Python Tutorial for Beginners - Setup the python

Python Tutorials for Beginners - Setup of Python3 in Windows, Linus, and Mac


History

Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum in the Netherlands as a successor to a language called ABC. Guido remains Python’s principal author, although it includes many contributions from others.



Installation:


How to install python on Windows?

To install python in windows to go https://www.python.org/downloads/.


How to install python on Linus?

Open a Terminal and write:
$ sudo apt-get update
$ Sudo apt-get install python3.6


How to download python on Mac os?

To install python in windows to go https://www.python.org/downloads/release/python-394/.


How to check the version of python that is installed in your operating system?

Open the command prompt and write.
python --version

Next Post Previous Post
No Comment
Add Comment
comment url