Popular posts from this blog
matplotlib installation
By
Ben Kim
-
This takes few minutes to install 'matplotlib' lilbrary on your computer. 1. Download https://pypi.python.org/pypi/matplotlib My case is having Python 2.7 version and 64 bit platform so downloaded as below. matplotlib-1.5.1- cp27 -none-win_ amd64 .whl 2. Install command > python -m pip install "[Download path]\matplotlib-1.5.1-cp27-none-win_amd64.whl" Done!!!
Pandas installation on Visual Studio
By
Ben Kim
-
Visual Studio provides very simple UI and guidance to install Pandas which should be manually installed yourself when suing Visual Studio. Go to 'Tool' --> 'Python Tools' --> 'Python Environments' Then you will the 'Python Environments' window on the right hand side. Click the small button on the right and 'PIP' and enter keyword 'pandas' to search it. Don't forget to 'Refresh Python DB' as the last step by clicking the button on the next.
Comments
Post a Comment