Breaking

Sunday 13 May 2018

Python : Installation

#Python02

Python : Installation 

Before you can begin programming in th python language you need to install it on you computer the Python Interpreter and the standard library of tested code module along with it.Python 3.6.5 is the latest version for Python.
This is available as free download at its official site.
1.For Windows users

For Windows user the is a MSI installer is available in both 32-bit and 64-bit versions.

Follow this steps to install python for windows.
1.Download Python from here.
2.Open the Downloaded exe and run the setup. (Python-3.6.5.exe)
3.And choose whether to install for all users or just yourself and click on Next.
4.Now,Choose installation location . I suggest to choose default which is C:\Python36 for version 3.6.5  

Video tutorial for installation :



1.For Linux users

 [Coming soon]

No comments:

Post a Comment