Download ReadMe Doc - rohan.sdsu.edu

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Python Oracle integration and Data Analysis
Installation steps:
1. First download anaconda require version for python from:
https://www.continuum.io/downloads, which has all the required libraries.
2. If you want to install in python default from windows terminal/ mac terminal once
you have install python 2.7 then run the following commands:
a. Pip install numpy
b. Pip install pandas
c. Pip install matplotlib
3. For the web crawling part of this project you need few packages like selenium,
scrapy and BeautifulSoup.
4. As Dr. Carl Eckberg suggested me to give a demo python pandas, numpy and
matplotlib. I have added few examples. For that you need to install pip install
ipython.
5. Ipython is one of the most powerful and easy tool we can compile each line of
code as we write the code. You install it by using pip install ipython.
6. My project with the data is attached in a zip file. Once you have all the required
libraries you can run it default python IDLE or using anaconda spyder IDE.
7. If you want to integrate python and oracle there is a library called cx_Oracle using
which we can communicate with oracle from python.
8. This link http://www.oracle.com/technetwork/articles/dsl/python-091105.html all
the required information regarding the python oracle. As well as to get start with
oracle python working you need to install windows visual c++ compiler
https://www.microsoft.com/en-us/download/details.aspx?id=44266.
9. Once every thing is set you can download the zip file and run the python files and
see the analysis and web crawling data.