In this post we will make a program that takes a text file as input and will print a code where the characters are shifted.
Read More »
In this post we will make a program that takes a text file as input and will print a code where the characters are shifted.
Read More »
In this post I am making a program which checks a text file for a word / phrase which the user wants. It will print all sentences with that word.
Read More »
In this post I am making a simple prime checker. The user will input a number and the code outputs if the number is a prime or not.
Read More »
In this blog post I will make a binomial expansion solver which will expand equations in the form with integer indices:

In this post I would be writing a guide on how to make a quadratic equation solver where you input a,b and c into the equation:

In this post I would be writing a guide on how to make a basic simultaneous equation solver in python. It is designed to solve 2 linear simultaneous equations with 2 unknowns.
Read More »