Today's challenge requires some high school statistics. Specifically, here's what we need to do. First, we need to read from a text file (marks.txt) that consists of integers separated by...
Category: Python Programming Challenges
Today's challenge is very straightforward, we need to write a simple Python program to compare two CSV files to determine if there are any differences between them. For each line, if they...
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...