How To Find The GCD Of Two Integers In Python

Finding the greatest common divisor (gcd) of two numbers is incredibly useful in math and computer science. The gcd of two integers is the largest integer that divides evenly into both integers with no remainder. There are a multitude of applications for being able to find the gcd of two integers. Here, I will discuss two ways to find the gcd of 2 numbers. Continue reading “How To Find The GCD Of Two Integers In Python”

6 Ways To Give Back To The Open Source Community

I personally have benefited immensely from using free and open source software as have millions of other people. Ever since I started using Linux roughly 10 years ago, I have learned so much through using open source software, have saved heaps of money, and feel that by using and advocating for free software, I am helping the world in a small way. Here are 6 ways that you can give back to the free and open source software community. Continue reading “6 Ways To Give Back To The Open Source Community”