Cooking Python

Setup Python


Cooking python means to make the working environment of python in your PC/Laptop.

Follow are the steps to set up python:

Step 1: Download the Python 3 Installer

  1. Open a browser window and go to the Download page for Windows at python.org.
  2. Download the setup with respect to your system capabilities.

Step 2: Run the Installer

  1. Once you have chosen and downloaded an installer, simply run it by double-clicking on the downloaded file. A dialog should appear that looks something like this:

Step 3: Run the CMD

  1. Type cmd in search. Open command Prompt
  2. Type python in cmd and python simple execute(python shell will appear).
Python is Ready to Rock!!!!!

Post a Comment

0 Comments