Install Git and Github in VSCode
The first step to being able to use Github with VSCode is to set-up Git on your computer and enable in it VSCode. This...
The first step to being able to use Github with VSCode is to set-up Git on your computer and enable in it VSCode. This...
Visual Studio Code (VSCode) is a code editor that helps you to develop, run and debug code with built-in syntax highlighting, code completion and...
I decided to create a daily post for 30 days about Pandas to show why I love this library. Here I would give method...
Node.js is a JavaScript-based environment that can be used to create servers applications. NPM is the package manager that can be used to install...
When you start working with other people’s code you will run into the if __name__ == '__main__' function at the end of the Python...
In this post, I will show you how to parse a Robots.txt file and save it to Pandas Dataframe using Python. The full code...
Integrated Development Environment’s like VSCode are super useful because they take care of most of the difficulties around programming. But, what if you don’t...
I thought my Terminal was boring. I decided to show a random post from “r/todayilearned ” whenever I open the Terminal. Here is how...
Git is a version control tool that allows you to manage versions of your files on your local machine. To be able to use...
Here is a collection of useful Python functions that SEOs can use. Generate Fake User-Agent Check Robots.txt and Fetch With BeautifulSoup Work With Directories...
With this Python script, I will show you how to extract Google Search Console data from a list of URLs. This is the perfect...
The Google Search Console API is a free tool offered by Google to help SEOs and webmasters query and backup all their search analytics...
The Google Search Console API is a fantastic tool to help SEOs and webmasters query and backup all their search analytics data. Try The...
In this post, we will look at how to become an SEO Analyst. Even if multiple career paths can lead to becoming an SEO...
XML sitemaps are useful for the discovery of URLs by Google. Some free tools let you create XML sitemaps, but usually have a limitation...
Google Tag Manager is a fantastic tool to give SEOs the flexibility to test SEO modifications to stuff like meta descriptions, structured data, and...
This post will help you use Chrome DevTools to solve some of the most common SEO tasks. What is Chrome DevTools Chrome DevTools is...
I will show you the easiest way to install Google Analytics with Google Tag Manager. (Step-by-step) What we are going to do is: Create...
Why learn Python? Learning programming and data science is obviously good and gets you productive, but you have to put the effort to make...
In this post, I will show you JavaScript (JS) functions that you can use to implement SEO split tests with Google Tag Manager, to...
Ever since I have heard about Distilled’s SEO Split Testing Platform, I have been obsessed with the idea to replicate this tool. I have...
Debugging is the worst part of JavaScript for some, and the best part for others. One thing is sure though, it is an inevitable...
Beginner to expert guide to learn Python for SEO. In this tutorial, you'll learn Python from the absolute basics to its advanced SEO purposes.
How to use random user-agents when extracting information when using Beautifulsoup to grab the internal links for a web page.
In this web scraping tutorial, you will learn how to extract SEO information from a website using Python Requests-HTML. Learn how to extract meta...
In this post, I will show you how to make an API call with Reddit API and Python using Pushshift.io.
Top SEO Experts share their advice on how and why you should learn Python for SEO. (JR Oakes, Hamlet Batista, Elias Dabbas and more)
In this post, we will see how to calculate the "BERT score" to see if a web page has a chance to answer a...
Natzir Turrado has built a fantastic keyword cannibalization tool for Python to identify possible keyword cannibalization issues using Google Search Console data.
This guide will show you the easiest way to automatically backup your Google Search Console Data in MySQL using Python. Why Use a MySQL...