Posts by Mriganka
Author Biographical Info: A college student pursuing Computer Science,so undoubtedly a programmer.
A part time guitarist, photographer and a writer.
First of all, let us suppose for some reason, you have to print out all the odd terms in a Fibonacci series. Well, this program will be a solution to that problem. In this tutorial.... Read More
Hi there, I have come up with this program that will help you make a decision, whether it is through tossing a coin or maybe rolling dice or through choosing a playable card throug.... Read More
Hi there, I have come up with this program which will help you make a decision, whether it’s through tossing a coin, or maybe rolling a dice, or through choosing a playable c.... Read More
Hello there, let us suppose that for some reason, you would want to print out all the odd terms in a Fibonacci series, well fear no much as this program will be a solution to tha.... Read More
Welcome everyone, This post is a treat for those, who wish to find the frequency of a particular word in a cell in an excel table, the code for it is very basic and simple. Therefo.... Read More
Hello everyone, if you are looking for a program to determine or check if a number is a circular prime or not in Python then you are in the right place. How to check if a number is.... Read More
In this tutorial, we will see how to find the first empty column in an excel file in Python using xlrd. I have designed this program specifically to guide you through, finding an e.... Read More
This tutorial is a guide to (as the name suggests), how to remove all the non-ASCII characters in a string in Java. ASCII which is an abbreviation of ‘American Standard Code .... Read More