Get internal links from a web page Once we have read the content of the website, we will extract the internal links. We will search for html tags of the form <a href = ’…..’ that go to our website # -*- coding: iso-8859-15 -*- # Proyecto Web Scraping…
StartPage
Web Scraping Course for SEO with Python – Class 2
Reading content from a web page with urllib The first step of the project would be to find a way to connect to a web page and read its content. In python there are numerous modules to perform various functions. To connect to a web page on the internet…
Web Scraping Course for SEO with Python – Class 1
Problem definition and development environment The idea of this project is to develop a real project with the Python programming language to introduce us to the different functionalities of the language and see practical cases. In this project, the Web Scraping technique will be developed, which consists of analyzing…
Create a blog with WordPress and SEO
Continuing with the theme of creating a blog with WordPress … today we will talk about WordPress and SEO or Search Engine Optimization. Some wonder but this SEO what is it or what is it for? The general idea is to register in the most common search engines (google, bing…
Internet of Things (IOT)
Continuing to comment on the latest technological trends, today I am going to talk about a technology that augurs a great future. The Internet of things or IOT. The IOT is a technology that is based on connecting all kinds of devices to. Internet so that we can connect to…