Installing Python
To install Python, follow these steps:
Navigate to the Python downloads page: Python downloads.
Click on the link/button to download Python 2.7.x.
Follow the installation instructions (leave all defaults as-is).
Open your terminal again and type the command
cd
. Next, type the commandpython
. The Python interpreter should respond with the version number. If you’re on a Windows machine, you will likely have to navigate to the folder where Python is installed (for example,Python27
, which is the default) for thepython
command to function.
That's it You Got Python Now!
Happy Coding...
No comments:
Post a Comment