Using GitHub Actions To Add Continuous Integration (CI) To A Project (GitHub / Python)

A GitHub Actions job failure email

In this blog post I will be discussing Continuous Integration (CI) with GitHub Actions. Readers of previous blog entries may remember that I’ve tackled Continuous Integration (CI) with GitLab previously (see: https://geektechstuff.com/2021/04/05/python-unit-test-and-some-ci-via-gitlab-python/ ) and that last autumn (2021) I got into more testing (see: https://geektechstuff.com/2021/10/06/personal-update-django-and-mvc-mtv/ ).  Thankfully both have helped as the current module of my degree apprenticeship is … Continue reading Using GitHub Actions To Add Continuous Integration (CI) To A Project (GitHub / Python)

Object Oriented Programming (Python)

The 2017 school term has begun and in the next few weeks I'm looking forward to starting the new term of the schools code club. In the mean time I am continuing my own learning with some object oriented programming (Python) via Future Learn. The course can be found here: https://www.futurelearn.com/courses/object-oriented-principles/ I'm currently on week … Continue reading Object Oriented Programming (Python)