In the previous blog post, we wrote a simple Python script to multiply two matrices. While that was not too much of a hassle and was (hopefully) a fun project, it is not the most efficient way to...
Posts by Jamie
Python Programming Challenge 2: Multiplying Matrices without numpy
Today, I have another Math programming challenge for you.. we are going to code a simple program to multiply two matrices together.Remember matrices from your high school math? Here's a quick recap....
The challenge today is to write a program to generate Pythagorean triples. Find that name familiar? Yes, it has to do with the Pythagorean Theorem that you learned in high school Math.Remember the...
It has been a loooonnnng time since I blogged, 4 years and counting...I've "decided" that perhaps I should do more on this blog, so this is my first attempt to blog more actively.I think one of the...
CSS Tutorial: How to create a responsive navigation bar for your website
In this tutorial, we are going to look at how to use Bootstrap to create your own responsive website. What is a Responsive Website? First off, what is a responsive site? Simply stated, a...
Python Tutorial: How to write a simple encryption/decryption program
Fancy sending a secret note to your friends/secret lover/spouse? In this Python tutorial, we are going to go through a simple program that allows you to do just that. Before we start, this tutorial...