Thanks a lot, friends! I got it. By the way I used this one: http://www.python-excel.org/ . I guess this link provides the similar module like shown in https://pypi.python.org/pypi.
Воскресенье, 7 апреля 2013, 17:06 +02:00 от Daπid <[email protected]>: >On 7 April 2013 16:53, Happyman < [email protected] > wrote: >>I completed my Registration..but still no idea how to use it..it is ,may be, >>lack of experience of python .. > >You don't need registration. The easiest way to use it is via pip or >easy_install. If you are on Windows, download and execute the easy_install >installer, if you are on Linux, browse your repository for any of them. > >Once installed, you can do: > >$easy_install pip # to install pip, easiest way to get it on Windows > >$pip install numpy # to install package "numpy" > >All this, in the terminal. To get it on Windows, run -> cmd >_______________________________________________ >NumPy-Discussion mailing list >[email protected] >http://mail.scipy.org/mailman/listinfo/numpy-discussion > _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
