How I Created a Currency Converter App Using Streamlit

Learning programming allows you to create and design beautiful, exciting, and interactive applications. If you choose Python as your preferred language, many project ideas are waiting for you. From building web applications to creating games, there are projects for everyone. ๐Ÿ’ก Project Description: In this tutorial, we will use Streamlit to create a simple currency … Read more

How I created a News Application using the Flask Framework

As part of your journey to becoming a web developer, working on projects is a compulsory requirement. You gain experience, exposure, and the necessary skills to increase your chances of getting a job. ๐Ÿ’ก In this tutorial, we will use Flask, one of Python’s web development framework to create a News application. We will make … Read more

Organize Files by Suffix: How I Created a Python Script to Automate a Boring Task

Does the nature of your work involve going through a folder full of dozens, hundreds, or even thousands of files? What if you were told to organize those files according to their extension in a subdirectory, imagine how boring and time-consuming such a task would be if the files contain dozens of extensions! What if … Read more

How I Deployed a Machine Learning Application Using the Flask Webserver

Deployment of Machine Learning models to make them available to end users is the ultimate goal of data scientists. How can you develop a web application if you have little or no knowledge of web development? As data scientists, you can now see that learning Python for web development cannot be overemphasized. There are many … Read more

How I Built an English Premier League Scores Tracker with Streamlit

The English Premier League is the most-watched football competition in the world. It is full of suspense, breathtaking, and unpredictable events. Few competitions have witnessed the aggression, excitement, and burst of energy seen in the Premier League. No wonder why it has drawn millions of football fans worldwide. So, you can take advantage of that … Read more