if I want to build a complex webiste like google news , which gathers data from oher websites.
like data mining , crawling. In which language should i build the website.
Currently i know only PHP. Can i do that in PHP
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Python is a great language for both of these tasks. I can’t easily name all the available packages out there, but the first that come to mind for web crawling are Mechanize and BeautifulSoup. Orange and NLTK implement several data mining algorithms.