

How to scrape Images from websites in Python
Scraping the web for images is very useful. In this tutorial we will learn how to scrape the web for images using Python. […]


How to Encrypt text with the Caesar cipher in Python
In today's tutorial we will be talking about, text encryption with the Caesar cipher using Python.The Caesar cipher is probably among the oldest text […]


Building a chatbot that learns in Python
Introduction: In this tutorial we will be building a chatbot that learns in Python. Chatbot's are simple but sometimes complex programs to write. from simple chatbots to machine learning backed chatbots. All chatbots have a […]


Implementing text similarity algorithms in Python
Introduction: Implementing text similarity algorithms ?? a beginner/intermediate programmer might ask may probably say " that will be hard", well don't worry I've got you covered. Have your ever wondered how you search for something […]


Build a simple logic bomb in Python
Introduction: Hello, in this tutorial I will show you how to build a simple logic bomb in Python. NOTE: This is for educational purposes only. First things first let's understand what a logic bomb is. […]


Gathering data for a machine learning model
Introduction: Gathering your personal training data for a machine learning model is really cool, you get to preprocess,organize your data the way you want it to be and how you like it to be. In […]


Movie recommendation system in python
Introduction: making a movie recommendation system in python is a lot easier than you think. In this tutorial I will be showing you how to create a movie recommendation system in python and we will […]


How to host your flask web app on heroku
introduction: Deploying your awesome flask web app on Heroku is easier than you think. In this tutorial I will be hosting a simple flask API on heroku. API are really helpful expecially for cross system […]