Posts by Shalini Gupta
Author Biographical Info: Not available
Hello friends, sometimes you may have a long text to read and count the number of sentences in that text. Instead of counting the full stops all by yourself, you can write a simple.... Read More
Hello friends, in this tutorial, I will tell you how you can capitalise the first character of every sentence of a text file using Python. Before diving into the way I would recomm.... Read More
Hello friends, you know how to plot a histogram in Python. In this tutorial, I will tell you how to plot two or more histograms side by side using matplotlib in Python. Plot two or.... Read More
Hello friends, in this tutorial I will tell you how to subtract each element of a column by its mean value using Pandas in Python. Subtract each element of a column by its mean val.... Read More
In this tutorial, I will tell you how to customize that line chart using openpyxl in Python. Customizing chart setting using openpyxl I have created an Excel sheet, price_chart.xls.... Read More
Hello friends, many times while reading for a test, we’ve poor Internet connection. For such reasons, we make sure to save the webpage as a PDF. In this tutorial, I will tell.... Read More
Hello friends, you can plot a line using matplotlib in Python. In this tutorial, I will tell you how to plot a dotted line using matplotlib in Python. Plot a dotted line using matp.... Read More
Hello friends, you can plot various graphs on Python using matplotlib, you can also give them different colors and different linestyles. In this tutorial, I will tell you how to us.... Read More