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

Python Generate HTML – 3 Easy Ways

πŸ’¬ Problem Statement: How to generate HTML documents in Python? One of the advantages of opting for Python as your programming language is that it is one of the most versatile languages, as it emphasizes code readability with extensive use of white space. It supports a large collection of libraries that serves various purposes, which … Read more