Add functionality on Hover in Tkinter – Python

By Yathartha Rana

In this tutorial, we will learn how to add functionality when you hover over any widget in the Python Tkinter framework. Adding functionality when you hover is a very good practice.... Read More

Closed or Contour integral (∮, ∲) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to get different types of Closed integral or contour integral in LaTeX. There is no default command to get the Closed or Contour integral In La.... Read More

Subset (⊂, ⊆, ⊈) and Superset (⊃, ⊇, ⊋) symbol in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to write different types of subsets and superset symbols in LaTeX. Subset (⊂, ⊆, ⊈) symbols in LaTeX In LaTeX, there are some default com.... Read More

How to add scrollbar in Tkinter – Python

By Yathartha Rana

In this tutorial, we will explore how to add a scrollbar to your Python applications built with the Tkinter framework. Scroll bar widget in Tkinter In my earlier tutorial, I explai.... Read More

Horizontal scrollbar in Tkinter – Python

By Yathartha Rana

In this tutorial, we will learn how to add a horizontal scrollbar in your Python applications built with Tkinter. Add a horizontal scrollbar in Tkinter Python language provides a l.... Read More

Therefore (∴) and Because (∵) symbol in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to get the Therefore (∴) and Because (∵) symbol in LaTeX. In LaTeX there is no default command to get the Therefore (∴) and Because (∵).... Read More

How to get right arrow symbol in LaTeX text mode?

By Parvez Akhtar Pasha

Whenever I try to use \rightarrow command in LaTeX text mode, it shows some error. So in this tutorial, I will show you how to get the right arrow symbol in LaTeX text mode. You ca.... Read More

Actual use of imbue in C++

By Sharath S

Welcome back everyone! Your wait is finally over as I am back with another interesting programming topic. So today’s topic is something that most of us either haven’t h.... Read More