How to make a Virtual Environment in Python

In order to make a virtual environment for your python project, you can use the venv module which is built-in to python. Here are the steps you need to follow: Open command prompt To open command prompt, press the home button on your keyboard, search for it, and press enter. Create a directory for your python project The virtual environment needs to be in the same folder as your python project....

January 29, 2023 · 2 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

How to Create a Flip Card with CSS

In this tutorial, we’re 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’re 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’re 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’s 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’re 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