How to build a BMI calculator in python

If you want to have a better understanding of whatever you are learning, or improve your skills as a python developer, then you must build projects. That’s why in this tutorial, we’re going to be building a BMI calculator in python. What is a BMI Calculator BMI stands for Body Mass Index. It is a mathematical method invented by a Belgian statistician by the name of Lambert Adolphe Jacques Quetelet. The purpose of the BMI is to find out the status of a person’s weight....

February 8, 2023 · 3 min · Jima Victor

How to convert mp4 to mp3 using python

In this tutorial, I am going to be showing you how to convert files from mp4 to mp3, using python. In order to do this, we’re going to be using the moviePy library, and it’s only going to take about three lines of code. Yes! Three lines of code. That’s the beauty of python as a lazy programmer😁. Let’s begin. Installing moviePy Firstly, we’re going to need the moviePy library on our computer....

January 15, 2023 · 1 min · Jima Victor