Posts by Monish C
Author Biographical Info: Not available
Hello learners, here we are going to learn how to match a pattern and string without regular expressions (regex) in Python. Some may get wrong in understanding the title. Let us se.... Read More
Hello Everyone! In this tutorial, we are going to learn how to solve word wrap problem in Python. Word wrapping is nothing but splitting the sequence of words into separate lines b.... Read More
In this article, We are going to learn about subdomains in Flask using Python. Firstly, we should know about the basics of Flask, domain name system(DNS) and subdomain. Many module.... Read More
Hello everyone! In this tutorial, we are going to learn about how to create a Discord webhook in Python for a bot. All you need is to know how to create a server and bot in Discord.... Read More
Hello Everyone! In this tutorial, we are going to swap two nibbles in a byte in Python. First of all, A nibble is a four-bit binary number. for example, 0011,1010,1111 are all nibb.... Read More
In this tutorial, we are going to see how to make a chain of function decorators in Python. Firstly we should know about the properties of functions in Python. Functions act like o.... Read More
Hello Everyone! In this tutorial, we are going to learn how to make a discord bot in Python. All you need is to have an account in discord. Discord is a communication platform for .... Read More
In this tutorial, we will be predicting heart disease by training on a Kaggle Dataset using machine learning (Support Vector Machine) in Python. We aim to classify the heartbeats e.... Read More