Recent articles
Introduction to Relational Databases
In a previous article, we talked about the issues the legal industry is facing regarding the way data is structured and organized. In this article, we will be taking a…
[Python #2] – User input and more on data types
In the previous tutorial, we learned how to create variables and how to store data (strings or integers) inside of our variables. In this tutorial, we will learn how to…
[Web Development #3] – Headings & Images in HTML
In this tutorial, we will: – Create our first blog post called “My Favourite Case” – Learn how to create headings using the <h1> – <h6> elements- Learn how to add…
[Web Development #2] – Links in HTML
In this tutorial, we will: – Learn how to create hyperlinks using the <a> anchor element- Create our own law blog with hyperlinks to our Instagram, LinkedIn and CV- Complete…
[Python #1] – Installation, print(), strings, integers and variables
In this tutorial, we will: – Download Python on our computer- Download a Python coding editor to write our code in- Write our first few lines of code- Try to…