All Basic Articles
We are going to make a Python program for Calculating Areas Of some mathematical Shapes. Example: Input: shape name = "Rectangle" length = 10 breadth… Read More
OpenCV is one of the most popular and most used Computer vision libraries. It contains tools to carry out image and video processing. When OpenCV… Read More
Prerequisites : Kivy, Pandas Kivy is a multiplatform GUI library, known for being responsive. It provides management of multiple screens in a single application.  In… Read More
python-pptx is library used to create/edit a PowerPoint (.pptx) files. This won’t work on MS office 2003 and previous versions.  We can add shapes, paragraphs,… Read More
In this article, we will see NumPy Inverse Matrix in Python before that we will try to understand the concept of it. The inverse of… Read More
NumPy is a general-purpose array-processing package. It provides a high-performance multidimensional array object, and tools for working with these arrays. It is the fundamental package… Read More
Let us see how to find the frequency counts of each unique value of a Pandas series. We will use these methods to calculate the… Read More
In this article, we will see how we can play youtube video in python. In order to play youtube videos in python we need pafy… Read More
The statement is used to retrieve the fields from multiple tables and with the help of JOIN operations we easily fetch the records from multiple… Read More
Server Virtualization is most important part of Cloud Computing. So, Talking about Cloud Computing, it is composed of two words, cloud and computing. Cloud means… Read More
Round 1(Online Test) The first round comprises of 50 mcq’s and 2 coding questions including python,DBMS and oops(Test duration is 2hrs) The coding part consists… Read More
Event bubbling is a method of event propagation in the HTML DOM API when an event is in an element inside another element, and both… Read More
Imageio is a Python library that provides an easy interface to read and write a wide range of image and video data, including animated images,… Read More
In Python, unit tests are the segments of codes that are written to test other modules and files that we refer to as a unit.… Read More
Apache Tika is a library that is used for document type detection and content extraction from various file formats. Using this, one can develop a… Read More
Tkinter is a Python Package for creating GUI applications. Python has a lot of GUI frameworks, but this is the only framework that’s built into… Read More
assertNotIn() in Python is a unittest library function that is used in unit testing to check whether a string is not contained in other. This… Read More
assertIs() in Python is a unittest library function that is used in unit testing to test whether first and second input value evaluates to the… Read More
In this article we will see how we can all those wifi network on which the system is ever connected to. Wi-Fi is a wireless… Read More
Python Arithmetic Operators are used to perform mathematical operations like addition, subtraction, multiplication, and division. Arithmetic Operators in PythonThere are 7 arithmetic operators in Python.… Read More