David's Blog

The ramblings of a frustated Python Data Scientist ...

Articles


IBM Data Science Professional Certificate

Introduction A little over a year ago I complete the IBM Data Science Professional Certificate on Coursera: IBM Data Science Professional Certificate This is just a summary / overview of the course if anyone is interested. Most of the content of this post is a summary of the details available at …

  • Sun 29 March 2020
  • maths

Learning Linear Algebra Title Page

An introduction to Vectors for Linear Algebra I've been doing Machine Learning (ML) and Data Science (DS) to various degrees of success for at least 5 years. If you add Business Intelligence (BI) and Databases and SQL into the mix add another 10 years. One thing that's always bugged me …




Adding support for Jupyter Notebooks

Adding support for Jupyter Notebooks In addition to adding code blocks I also want to include support for Jupyter Notebooks. Why you ask. Sometimes adding a code block is not enough, you also want to show the output of you Python. The are other options, like capturing the session from …

Changing the Theme of my Blog

Adding a personal touch In my last post Building My Blog I described how I followed a great tutorial to get my Blog site up and running with Pelican. However,before I start blogging in anger, I wanted to change the look of the site a bit to suit my …

Building My Blog With Pelican And Python

Building My Blog With Pelican And Python It's all Erik O'Shaughnessy's fault. A little while ago he shared his tutorial Run your blog on GitHub Pages with Python on the PyBites Slack Channel. Creating my own blog is something that I had played around with before but never with much …

Pelican Markdown Test Page

Examine how Markdown is rendered with Pelican These examples of markdown are a modified form taken from Build A Blog With Pelican And Python - Pt. 2 Creating Content. I did find some issues that I mention as I go through all the examples. I've also augmented the original examples with …