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?

Loading Data into Pandas: 5 Tips and Tricks You May or May Not Know

If you’ve ever worked with Pandas in Python before, you’ll know that there are a bunch of different ways in which you can import tabulated data. Pandas is perhaps one of the most widely used Python packages for loading, manipulating and exporting data. We’ve even explored this in a separate blog post. While you may […]

Read More… from Loading Data into Pandas: 5 Tips and Tricks You May or May Not Know