Posts

Showing posts from December, 2020

Python Download

Image
 Python is the highest tech, Easy to learn, and Advanced programming language. If you are completely new to Python go to this link ' Getting started with Python ' to know more about this amazing programming  language.   ► Download Python First, You have to  download  and install Python on your PC. Python can be easily downloaded in Windows, Mac, and Linux. I am downloading in Windows, Try to download the latest version of Python. ► Installing Python We will now Install python in our Operating System, I have Windows 10 therefore I am installing python in windows. Steps to Install Python are: 1.       2.     3. PIC: tutorialgateway.org [Check this box of Add Python 'version' to the path and click install now] 4. 5.  6. [In Command Prompt type: python --version and you will get the version of python you have installed] [Type python and you will get something like this: Python 3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:2...