WordPress Developer – Income and Opportunity

Before we learn about the money, let’s get this question out of the way: What Is WordPress? Let’s have a look at the definition from the official WordPress website: “WordPress is a content management system. 43% of the web is built on WordPress. More bloggers, small businesses, and Fortune 500 companies use WordPress than all … Read more

Scraping a Bookstore – Part 4

Story: This series of articles assume you work in the IT Department of Mason Books. The Owner asks you to scrape the website of a competitor. He would like this information to gain insight into his pricing structure. πŸ’‘ Note: Before continuing, we recommend you possess, at minimum, a basic knowledge of HTML and CSS and … Read more

Scraping a Bookstore – Part 1

Story: This series of articles assume you work in the IT Department of Mason Books. The Owner asks you to scrape the website of a competitor. He would like this information to gain insight into his pricing structure. πŸ’‘ Note: Before continuing, we recommend you possess, at minimum, a basic knowledge of HTML and CSS and … Read more

How to Scrape HTML Tables – Part 1

Story: This series of articles assumes you are a contractor hired by the NHL (National Hockey League) to produce a CSV file based on Team Stats from 1990-2011. The data for this series is located on a live website in HTML table format. πŸ’‘ Note: Before continuing, we recommend you possess, at minimum, a basic knowledge … Read more

How to Scrape HTML Tables – Part 3

Story: This series of articles assumes you are a contractor hired by the NHL (National Hockey League) to produce a CSV file based on Team Stats from 1990-2011. The data for this series is located on a live website in HTML table format. πŸ’‘ Note: Before continuing, we recommend you possess, at best, a minimum basic … Read more

How to Scrape HTML Tables – Part 2

Story: This series of articles assumes you are a contractor hired by the NHL (National Hockey League) to produce a CSV file based on Team Stats from 1990-2011. The data for this series is located on a live website in HTML table format. πŸ’‘ Note: Before continuing, we recommend you possess, at best, a minimum basic … Read more

Erlang Developer – Income and Opportunity

Annual Income How much does an Erlang Developer make per year? The average annual income of an Erlang Developer is between $110,000 (25th percentile) and $166,500 (75th percentile) according to Ziprecruiter (source). Let’s have a look at the hourly rate of Erlang Developers next! Hourly Rate Erlang Developers are well-paid on freelancing platforms such as … Read more

HTML Developer – Income and Opportunity

Annual Income How much does a HTML Developer make per year? HTML & CSS Developers make between $34,770 and $116,620 per year in the US with a median annual income of $64,970. (source) Here’s what the income distribution of HTML & CSS developers looks like according to PayScale—the average income reported by 10,176 developers is … Read more

A Guide to XML with Pandas

XML stands for Extensible Mark-Up Language. This language is another way to store data. Python can parse, modify and store this file with the appropriate libraries installed. This article covers the commonly used parameters for each function listed above. For a complete list of all parameters and their use, click here. Preparation Before any data … Read more