Introduction The AITC is recognised as a national party in 2016. It was founded in 1998 by Mamata Banerjee who is currently the Chief Minister of West Bengal and also the chairperson of the party. The party is said to have its roots from the Indian National Congress because Mamata Banerjee was previously a member of the INC. Nevertheless, the party is the leading party in West Bengal and is a great opposition to the Bharatiya Janata Party. AITC AITC stands forAll Indian Trinamool Congress. The party has been active in West Bengal since its foundation but in ... Read More
In python we can use the comparison operators like “==”, ”!=”, “”, ”=” and python inbuilt function like lower() and upper() methods to compare two strings by ignoring case. Strings are character sequences enclosed in double quotes. These operators compare strings based on the Unicode code points assigned to each character of the string. In this article, we will understand how we can compare two strings by ignoring cases of the string. Comparing Strings Ignoring Case To compare two strings in Python while ignoring the case, we can use the lower() or upper() function which converts the string to ... Read More
In Python, we can clear the string buffer by assigning an empty string to the buffer and using Python's inbuilt reset() method. A string buffer is a mutable sequence of characters. These characters can be modified according to the requirements. The string buffer can be modified or cleared before the string is written to an output stream. In this article, we will understand how to clear the string buffer using examples. Method 1 : Assign Empty String to the Buffer One of the methods to clear the string buffer is to assign the buffer with an empty string. Assigning an ... Read More
Introduction AIMIM - All India Majlis-E-Ittehadul Muslimeen is a political party which was previously based in Hyderabad. The origin of this political party has been traced to the formation of MIM which was mainly formed to protect the interests of the Muslim people in India. But after Owaisi revived MIM and renamed it to AIMIM, it became a political party whose main interest is not only to integrate the Muslims of the country and get policial or electoral representation but also to protect the rights of the other minorities in India. AIMIM AIMIM stands for All India Majlis-E-Ittehadul Muslimeen. ... Read More
In Python, we can use inbuilt functions like len() and logic to check the sequence of the characters in the resultant string to know if a string is a valid shuffle of two distinct strings. A valid shuffle of two distinct strings means that a string is formed by mixing the characters of two distinct strings while maintaining the order of the characters of the two original strings. Python provides various inbuilt functions to play with strings. In this article, we will check if the string formed by shuffling the characters of two distinct strings is a valid string or ... Read More
The __eq__, ‘is’ and == operators in Python are used to compare the equality of objects in Python. The __eq__ method checks for the equality of objects of the same class or if we want to make a custom comparison function. The ‘is’ operator checks for the memory location of the two objects whereas the == operator checks only the value of the two objects being compared. In this article, we will discuss the difference between the three operators and their uses. Method Functionality Syntax __eq__ Checks for equality of objects values between two objects of ... Read More
In Python ‘and’ and ‘&’ both are used to perform logical operations. The and-operator is used to perform logical AND operation whereas the & operator is used to perform bitwise AND between two expressions. In this article, we will explore the differences between the two operators and how to use them in Python. and operator & operator Used for logical operations Used for bitwise operations Returns boolean value Returns integer value Evaluates both operands Compares the binary representation of operands Short circuits if the first operand is false Perform operation ... Read More
What is AICTE? The All India Council for Technical Education is known by the initials AICTE. It is a statutory organisation within the Ministry of Education of the Government of India and is in charge of organising, planning, and upholding the nation's standards for management and technical education. AICTE plays a crucial role in the development of technical education in India. Its efforts have helped to improve the quality of education and ensure that technical institutions in India meet international standards. History The Government of India's Ministry of Education formed the All India Council for Technical Education (AICTE) in ... Read More
Introduction The AICC- All India Congress Committee is the executive body of the INC. It consists of important departments and cells that look after and formulate every step of the Congress party. All the notable alumni of the INC are members of the AICC. It also consists of members from various state level Congress committees. Some of the notable personalities among others are former Prime Minister of India, Dr. Manmohan Singh; Member of Parliament, Sonia Gandhi and Rahul Gandhi. AICC The AICC stands for All India Congress Committee. It is a decision making body of the Indian ... Read More
In Python, the + operator is used to concatenate two lists or strings together and return a new string whereas the append operator is used to add elements to the end of an existing string. The + acts as an operator whereas append() is a method in Python. In this article, we will understand the differences between the + operator and the append() method in Python. + operator append() method Purpose concatenation adds an element to the end Type operator method Input Two or more strings/list One element output ... Read More
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP