Setup Python
Cooking python means to make the working environment of python in your PC/Laptop.
Follow are the steps to set up python:
Follow are the steps to set up python:
Step 1: Download the Python 3 Installer
- Open a browser window and go to the Download page for Windows at python.org.
- Download the setup with respect to your system capabilities.
Step 2: Run the Installer
- 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
- Type cmd in search. Open command Prompt
- Type python in cmd and python simple execute(python shell will appear).

0 Comments