Type something and hit enter

Search This Blog

  • ()

Categories

Hot Posts

recent/hot-posts
ads here
By On
advertise here



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 command python. 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 the python command to function.

That's it You Got Python Now!
Happy Coding...

Click to comment