Variables and Pointers In this class we will see perhaps the most advanced functionality of the C language, pointers. In C we can define variables of a particular type that store values that we can access in our program e.g. int number = 2; In our program we…
Category: Programming
Programming category
Advanced C Course – Introduction
This course is the continuation of the course “Introduction to C programming. A practical approach” that you can follow through the Udemy platform by following the link https://www.udemy.com/introduccion-a-la-programacion-en-c In this course we will cover advanced topics in the C language such as pointers, memory management, structured programming, data structures…
Web Scraping Course for SEO – Class 15
Student course ebook Students must send one of the two tasks assigned to students (class 12 or 13) by email to evginformatica@gmail.com Once the task has been reviewed, I will send you a discount coupon to purchase into the shop the epub “Web Scraping for SEO with Python” I hope…
Web Scraping Course for SEO – Class 14
Analyze website for SEO Once the results of our website are obtained, we can analyze whether some necessary premises are fulfilled to position our website 1.- All the links on our website must be accessible You have to compare the number of real links on our website with the internal…
Web Scraping Course for SEO – Class 13
Student task: Rewrite program with Beautiful Soup module The task is to get the Beautiful Soup module and rewrite the code to make it shorter and more functional. In a few days we will put a solution to this task.