miercuri, 22 martie 2017

How to Install Python, Beautiful Soup, and lxml for Web Scraping

http://bit.do/diWGs Hidden discounts at HeliumScraper.
In this Video You Learn how to Install Python, Beautiful Soup, and lxml. Here is a brief Instruction: 1- Download and Install Python 2.7 from https://www.python.org/downloads/ 2- Download Beautiful Soup 4.3 from http://www.crummy.com/software/BeautifulSoup/bs4/download/ 2.1: Copy and past this file to the "Lib" folder of python, could be in C:\Python27\Lib 2.2: Upack/unzip the downloaded file using 7-zip or other programs 2.3: Go to C:\Python27\Lib\beautifulsoup4-4.3.2.tar\dist and unpack/unzip the file "beautifulsoup4-4.3.2.tar" 2.4: Go to "C:\Python27\Lib\beautifulsoup4- 4.3.2.tar\dist\beautifulsoup4-4.3.2" and double click on setup.py 3- Download/install lxml 3.3.3 from: https://pypi.python.org/pypi/lxml/3.3.3