Notification texts go here Contact Us Buy Now!

2. Getting Started with Python | 2.1 Setting up Python Locally

 Steps to install Python locally (On Windows opeating system)

  1. Go to www.python.org
  2. Download Python installer from www.python.org
  3. Open the Python installer that you downloaded
  4. In the screen that appears, make sure to select "Add Python <version> to PATH".
  5. Click "Install Now". This will prompt some dialog boxed asking for certain permissions. Please accept them.
  6. Once the installer finishes installing Python, "Setup was successful" will be displayed at the end of the installation process.

Checking whether Python installer is working

  1. Open Windows Command Prompt from the Windows Start Menu.
  2. Type python on the command prompt and press Enter. If Python is successfully installed, this will display the installed Python version and open a Python command prompt where you can type in Python commands.
  3. You may try out any Python commands in the Python command prompt.
  4. To exit Python, type exit() and press Enter.

About the Author

Coding | Riding | Music, Embracing the beauty of code, the thrill of the ride, and the rhythm of life. Let's explore the journey together!

إرسال تعليق

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.
Code Copied!