Today i am going to touch the Python . I am having some task regarding configuration of a website so for that i have to use Python . I have never used it . But as a Programmer Saying -
The More Time We have Spent on First programming language More Fastly we can do other
Today i am going to test this saying
So Lets get started with the work --
Install Python
- First of all Go to http://www.python.org/download/
- Download appropriate version of Python windows installer, e.g. Python 2.7.6 Windows Installer.I prefer to install python 2 as currently python 3 is creating some problem .
Install
- For Python Installation Set the installation directory (e.g. C:\Python27) to PATH. (How to? See Troubleshooting #1)
- Verify Python installation
python --version
Example output:
- If your installation is done properly then it will show message as below .
Python 2.7.6
Install ‘Easy Install’
- Visit https://pypi.python.org/pypi/setuptools#installation-instructions for detailed installation instructions.
- For Windows 7 machines, download ez_setup.py and SAVE it, for example, to C:\. Then run it using Python in a command prompt window:
python “C:\ez_setup.py”
- Add ‘Python Scripts’ directory (e.g. C:\Python27\Scripts) to PATH.
Install Pygments
- Verify easy_install is installed properly
easy_install --version
- Example output:
0 Comment to "Installing Python and Easy_install"
Post a Comment