Are Static Site Generators All What They’re Hyped up to Be?

I’ve had a website for a good 10+ years or so now, and I’ve come to use a lot of web development tools in that time. This includes everything from coding in pure HTML to using CMSs such as WordPress, Joomla and Drupal. I’ve also come to use some static site generators on and off […]

Read More… from Are Static Site Generators All What They’re Hyped up to Be?

Card image cap
Interacting With REST APIs in Python With 5 Lines of Code

An essential skill for any web scraper or data scientist is to know how to collect information from a publicly available REST API. In short, a REST API is a very simple web service where simple HTTP requests (just like a web browser) are used to collect data usually in the form of a JSON […]

Read More… from Interacting With REST APIs in Python With 5 Lines of Code