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鈥檙e going to be using the moviePy library, and it鈥檚 only going to take about three lines of code. Yes! Three lines of code. That鈥檚 the beauty of python as a lazy programmer馃榿. Let鈥檚 begin. Installing moviePy Firstly, we鈥檙e going to need the moviePy library on our computer....

January 15, 2023 路 1 min 路 Jima Victor

How to Create a Flip Card with CSS

In this tutorial, we鈥檙e going to be learning how to build out a flip card using html and CSS. Prerequisites This tutorial assumes basic knowledge of HTML and CSS: including topics such as flexbox, CSS pseudo selectors and how to properly layout elements using CSS. This tutorial is not for absolute beginners, and as such, will not explain every basic concept. Before we start, I will like to explain the step-by-step process we鈥檙e going to follow in order to build out this flip card....

November 27, 2022 路 6 min 路 Jima Victor

Beginner Practice Project: Building a Figma Logo Clone with HTML and CSS

In this tutorial, we鈥檙e going to be stretching our html and css skills by building out a figma logo clone. Why are we building a figma logo clone? Two reasons: It is very easy to build. Anybody can follow along. It is not a very common thing to build. Plus, it sounds like fun to be building out the logo of a really popular UI design tool, so that鈥檚 what we are going to be doing....

October 24, 2022 路 5 min 路 Jima Victor

Best language(s) to learn as a beginner and why they are good for beginners

At the very start of your programming journey, picking a programming language is one of those choices you will have to make. While it may be easy for some people, others find it really difficult. It can sometime be very difficult to choose a programming language when you鈥檙e just starting out, and this is true especially among potential developers who want to take the self-taught route. Learning how to code is a commitment of time, effort and sometimes money....

October 17, 2022 路 4 min 路 Jima Victor

Getting started: Hello world program in flask

According to ancient programming tradition, whenever you feel like you are ready to start building out new projects in programming, you start with a hello world application. That鈥檚 why in this tutorial we are going to be writing our very first hello world program in flask. The purpose of this program is to make you a little more familiar with flask and how it works. Let鈥檚 get started.. What is flask Flask is a backend web framework written in python....

September 18, 2022 路 5 min 路 Jima Victor