Python - Hard Articles
GTK+ 3 is a free and open-source cross-platform widget toolkit for creating graphical user interfaces (GUIs). It is licensed under the terms of the GNU… Read More
Prerequisites: Python GUI – tkinterFirstly we need to find all the words or letters that we want to replace in our below text for that… Read More
In this article, we will know about Dense Optical Flow by Gunnar FarneBack technique, it was published in a research paper named ‘Two-Frame Motion Estimation… Read More
MongoDB is a cross-platform document-oriented and a non relational (i.e NoSQL) database program. It is an open-source document database, that stores the data in the… Read More
Regular Expression (regex) is meant for pulling out the required information from any text which is based on patterns. They are also widely used for… Read More
Given a Linked list of N integers, the task is to find the sum of factorials of each prime element in the list.Examples: Input: L1… Read More
Selenium’s Python Module is built to perform automated testing with Python. ActionChains are a way to automate low-level interactions such as mouse movements, mouse button… Read More
In this article, we will know about Javascript & Python, the purpose of their usage, along with knowing the difference between them.  Python: Python is a… Read More
A Tri-Surface Plot is a type of surface plot, created by triangulation of compact surfaces of finite number of triangles which cover the whole surface… Read More
The choices() method returns multiple random elements from the list with replacement. You can weigh the possibility of each result with the weights parameter or… Read More
In Python, Dictionary is a collection of unordered data values. Dictionaries are also changeable and indexed. Dictionary holds key:value pair and they are written inside… Read More
Spatial Filtering technique is used directly on pixels of an image. Mask is usually considered to be added in size so that it has a… Read More
Prerequisites: Python GUI – tkinter Sometimes it happens that we need to create an application with several pops up dialog boxes, i.e Page Frames. Here… Read More
API stands for Application Programming Interface. It acts as an intermediate between two applications or software. In simple terms, API acts as a messenger that… Read More
Extensible Markup Language(XML), is a markup language that you can use to create your own tags. It was created by the World Wide Web Consortium… Read More
“If you want your code to run faster, you should probably just use PyPy.” — Guido van Rossum (creator of Python)   If you have ever coded in… Read More
Python 3.9 is still in development and scheduled to be released in October this year. On Feb 26, alpha 4 versions have been released by… Read More
Sometimes, while working with dictionary, we can have a problem in which we need to reverse the order of dictionary. This is quite a common… Read More
Secret Sharing schemes are used in the distribution of a secret value among multiple participants (shareholders) by dividing the secret into fragments (shares). This is… Read More
Sometimes, while working with Python dictionaries, we can have a problem in which we need to perform concatenation of all the key values list that… Read More