Posts by Pranit Sawant

Author Biographical Info: A Master's student at Vellore Institute Of Technology,Vellore

Implement a Multi-threaded Quicksort Algorithm in Python

By Pranit Sawant

In this article, we will learn about, The Multi-threaded Quicksort Algorithm. And how to implement it in Python. What is the Quicksort Algorithm? It is an algorithm that is used fo.... Read More

How to print without newline in Python

By Pranit Sawant

In this article, we will see different methods to print without newline in Python. We will also learn about how to use those methods. Different methods to print without newline in .... Read More

How to change the position of legend in Plotly – Python

By Pranit Sawant

In this article, we will learn about what a is legend in the graph and what are the different techniques to change the position of a legend in Plotly – Python. We will also l.... Read More

Sort Python dictionary by value in Python

By Pranit Sawant

In this tutorial, we will learn how to sort a dictionary using values in Python. How to sort Python dictionary by value in Python? Now we will learn how to sort Python dictionaries.... Read More

Create a Pie chart using Plotly in Python

By Pranit Sawant

In this tutorial, we will learn about what is a pie chart and how to install a Plotly library. We will also learn what are the functions to create pie charts using Plotly and how t.... Read More

Sankey diagram in Python

By Pranit Sawant

In this tutorial, we will learn about what is Sankey diagram and what the use of the Sankey diagram. We will also learn about what libraries are used to plot Sankey diagrams and ho.... Read More

Plot a Vertical line in Matplotlib in Python

By Pranit Sawant

In this tutorial, we will learn about what is the use of vertical lines in the graph and how to install the Matplolib library. We will also see how to draw verticle lines for given.... Read More

Contour Plot using Seaborn in Python

By Pranit Sawant

In this tutorial, we will learn about what is contour plot and how to install Seaborn Library. We will also learn about different methods to plot contour plots. What is a contour p.... Read More

Related Posts